mlbstats/api/docs/BaseballRosterEntryRestObje...

1.9 KiB

BaseballRosterEntryRestObject

Properties

Name Type Description Notes
Person *BaseballPersonRestObject [optional] [default to null]
JerseyNumber string [optional] [default to null]
Position *PositionRestObject [optional] [default to null]
AlternateCaptain bool [optional] [default to null]
Captain bool [optional] [default to null]
Note string [optional] [default to null]
Status *DynamicEnumRestObject [optional] [default to null]
Job string [optional] [default to null]
JobId string [optional] [default to null]
Title string [optional] [default to null]
ParentTeamId int32 [optional] [default to null]
Team *BaseballTeamRestObject [optional] [default to null]
IsActive bool [optional] [default to null]
StartDate string [optional] [default to null]
EndDate string [optional] [default to null]
StatusDate string [optional] [default to null]
IsActiveFortyMan bool [optional] [default to null]
BattingOrder string [optional] [default to null]
Stats *StatsRestObject [optional] [default to null]
SeasonStats *StatsRestObject [optional] [default to null]
GameStatus *GameStatusRestObject [optional] [default to null]
AllPositions **[]PositionRestObject** [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]