mlbstats/api/docs/BaseballPlayRestObject.md

25 lines
1.5 KiB
Markdown
Raw Normal View History

2025-04-06 04:55:01 +00:00
# BaseballPlayRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Hydrations** | **[]string** | | [optional] [default to null]
**Result** | [***Result**](Result.md) | | [optional] [default to null]
**About** | [***About**](About.md) | | [optional] [default to null]
**Count** | [***Count**](Count.md) | | [optional] [default to null]
**Matchup** | [***Matchup**](Matchup.md) | | [optional] [default to null]
**PitchIndex** | **[]int32** | | [optional] [default to null]
**ActionIndex** | **[]int32** | | [optional] [default to null]
**RunnerIndex** | **[]int32** | | [optional] [default to null]
**Runners** | [**[]RunnerMovement**](RunnerMovement.md) | | [optional] [default to null]
**PlayEvents** | [**[]BaseballPlayEventRestObject**](BaseballPlayEventRestObject.md) | | [optional] [default to null]
**Credits** | [**[]PlayCreditRestObject**](PlayCreditRestObject.md) | | [optional] [default to null]
**Flags** | [**[]PlayCreditRestObject**](PlayCreditRestObject.md) | | [optional] [default to null]
**ReviewDetails** | [***ReviewDetails**](ReviewDetails.md) | | [optional] [default to null]
**PlayEndTime** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**AtBatIndex** | **int32** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)