mlbstats/api/docs/SeriesStatusRestObject.md

1.2 KiB

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 [optional] [default to null]
LosingTeam *BaseballTeamRestObject [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] [Back to API list] [Back to README]