mlbstats/api/docs/BaseballLineup.md

14 lines
746 B
Markdown

# BaseballLineup
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestingUserRole** | [***Role**](Role.md) | | [optional] [default to null]
**AwayPlayers** | [**[]BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**HomePlayers** | [**[]BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**HydratedPeople** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**UserPrivileges** | [**[]Privilege**](Privilege.md) | | [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)