20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
# Franchise
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**RequestingUserRole** | [***Role**](Role.md) | | [optional] [default to null]
|
|
**FranchiseId** | **int32** | | [optional] [default to null]
|
|
**FirstSeasonId** | **int32** | | [optional] [default to null]
|
|
**LastSeasonId** | **int32** | | [optional] [default to null]
|
|
**MostRecentTeamId** | **int32** | | [optional] [default to null]
|
|
**TeamName** | **string** | | [optional] [default to null]
|
|
**LocationName** | **string** | | [optional] [default to null]
|
|
**TeamIds** | **[]int32** | | [optional] [default to null]
|
|
**Roster** | [***BaseballRoster**](BaseballRoster.md) | | [optional] [default to null]
|
|
**HydratedRosters** | [**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)
|
|
|