27 lines
1.4 KiB
Markdown
27 lines
1.4 KiB
Markdown
# SeriesStatus
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**GameNumber** | **int32** | | [optional] [default to null]
|
|
**TotalGames** | **int32** | | [optional] [default to null]
|
|
**WinningTeam** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
|
|
**LosingTeam** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
|
|
**IsTied** | **bool** | | [optional] [default to null]
|
|
**IsOver** | **bool** | | [optional] [default to null]
|
|
**Result** | **string** | | [optional] [default to null]
|
|
**Ties** | **int32** | | [optional] [default to null]
|
|
**Wins** | **int32** | | [optional] [default to null]
|
|
**Losses** | **int32** | | [optional] [default to null]
|
|
**GameType** | [***GameTypeEnum**](GameTypeEnum.md) | | [optional] [default to null]
|
|
**Description** | **string** | | [optional] [default to null]
|
|
**ShortDescription** | **string** | | [optional] [default to null]
|
|
**SeriesHomeNumber** | **int32** | | [optional] [default to null]
|
|
**SeriesAwayNumber** | **int32** | | [optional] [default to null]
|
|
**SeriesId** | **string** | | [optional] [default to null]
|
|
**SeriesName** | **string** | | [optional] [default to null]
|
|
**SeriesAbbreviation** | **string** | | [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)
|
|
|