25 lines
1.4 KiB
Markdown
25 lines
1.4 KiB
Markdown
|
# BaseballLinescoreRestObject
|
||
|
|
||
|
## Properties
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**Copyright** | **string** | | [optional] [default to null]
|
||
|
**Note** | **string** | | [optional] [default to null]
|
||
|
**CurrentInning** | **int32** | | [optional] [default to null]
|
||
|
**CurrentInningOrdinal** | **string** | | [optional] [default to null]
|
||
|
**InningState** | **string** | | [optional] [default to null]
|
||
|
**InningHalf** | **string** | | [optional] [default to null]
|
||
|
**IsTopInning** | **bool** | | [optional] [default to null]
|
||
|
**ScheduledInnings** | **int32** | | [optional] [default to null]
|
||
|
**Innings** | [**[]InningRestObject**](InningRestObject.md) | | [optional] [default to null]
|
||
|
**Teams** | [***BaseballLinescoreTeamInfoRestObject**](BaseballLinescoreTeamInfoRestObject.md) | | [optional] [default to null]
|
||
|
**Defense** | [***BaseballDefenseRestObject**](BaseballDefenseRestObject.md) | | [optional] [default to null]
|
||
|
**Offense** | [***BaseballOffenseRestObject**](BaseballOffenseRestObject.md) | | [optional] [default to null]
|
||
|
**Balls** | **int32** | | [optional] [default to null]
|
||
|
**Strikes** | **int32** | | [optional] [default to null]
|
||
|
**Outs** | **int32** | | [optional] [default to null]
|
||
|
**Tie** | **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)
|
||
|
|