mlbstats/api/docs/SeriesStatusRestObject.md

23 lines
1.2 KiB
Markdown
Raw Normal View History

2025-04-06 04:55:01 +00:00
# SeriesStatusRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**GameNumber** | **int32** | | [optional] [default to null]
**TotalGames** | **int32** | | [optional] [default to null]
**IsTied** | **bool** | | [optional] [default to null]
**IsOver** | **bool** | | [optional] [default to null]
**Wins** | **int32** | | [optional] [default to null]
**Losses** | **int32** | | [optional] [default to null]
**WinningTeam** | [***BaseballTeamRestObject**](BaseballTeamRestObject.md) | | [optional] [default to null]
**LosingTeam** | [***BaseballTeamRestObject**](BaseballTeamRestObject.md) | | [optional] [default to null]
**Description** | **string** | | [optional] [default to null]
**ShortDescription** | **string** | | [optional] [default to null]
**Result** | **string** | | [optional] [default to null]
**ShortName** | **string** | | [optional] [default to null]
**Abbreviation** | **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)