34 lines
1.9 KiB
Markdown
34 lines
1.9 KiB
Markdown
|
# BaseballRunnerMovement
|
||
|
|
||
|
## Properties
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**StartBase** | **string** | | [optional] [default to null]
|
||
|
**EndBase** | **string** | | [optional] [default to null]
|
||
|
**EventType** | **string** | | [optional] [default to null]
|
||
|
**EventTypeEnum** | [***EventType**](EventType.md) | | [optional] [default to null]
|
||
|
**Runner** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
|
||
|
**ResponsiblePitcher** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
|
||
|
**IsScoringEvent** | **bool** | | [optional] [default to null]
|
||
|
**IsRbi** | **bool** | | [optional] [default to null]
|
||
|
**IsEarned** | **bool** | | [optional] [default to null]
|
||
|
**PlayIndex** | **int32** | | [optional] [default to null]
|
||
|
**Sequence** | **int32** | | [optional] [default to null]
|
||
|
**OutNumber** | **int32** | | [optional] [default to null]
|
||
|
**OutBase** | **string** | | [optional] [default to null]
|
||
|
**MovementReason** | **string** | | [optional] [default to null]
|
||
|
**MovementReasonEnum** | [***RunnerDetailType**](RunnerDetailType.md) | | [optional] [default to null]
|
||
|
**Credits** | [**[]PlayCredit**](PlayCredit.md) | | [optional] [default to null]
|
||
|
**OriginBase** | **int32** | | [optional] [default to null]
|
||
|
**StartBaseInt** | **int32** | | [optional] [default to null]
|
||
|
**EndBaseInt** | **int32** | | [optional] [default to null]
|
||
|
**Out** | **bool** | | [optional] [default to null]
|
||
|
**ScoringEvent** | **bool** | | [optional] [default to null]
|
||
|
**TeamUnearned** | **bool** | | [optional] [default to null]
|
||
|
**Events** | **map[string]string** | | [optional] [default to null]
|
||
|
**Rbi** | **bool** | | [optional] [default to null]
|
||
|
**Earned** | **bool** | | [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)
|
||
|
|