mlbstats/api/docs/League.md

35 lines
2.0 KiB
Markdown

# League
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestingUserRole** | [***Role**](Role.md) | | [optional] [default to null]
**Id** | **int32** | | [optional] [default to null]
**Name** | **string** | | [optional] [default to null]
**NameShort** | **string** | | [optional] [default to null]
**NameAbbreviation** | **string** | | [optional] [default to null]
**OrgCode** | **string** | | [optional] [default to null]
**Sport** | [***Sport**](Sport.md) | | [optional] [default to null]
**SeasonState** | **string** | | [optional] [default to null]
**HasWildcard** | **bool** | | [optional] [default to null]
**HasSplitSeason** | **bool** | | [optional] [default to null]
**SeasonDateInfo** | [***Season**](Season.md) | | [optional] [default to null]
**Season** | **string** | | [optional] [default to null]
**LeagueTimeZone** | [***TimeZone**](TimeZone.md) | | [optional] [default to null]
**Games** | **int32** | | [optional] [default to null]
**HasPlayoffPoints** | **bool** | | [optional] [default to null]
**TotalTeams** | **int32** | | [optional] [default to null]
**TotalWildcardTeams** | **int32** | | [optional] [default to null]
**HasDivisions** | **bool** | | [optional] [default to null]
**HasConferences** | **bool** | | [optional] [default to null]
**TimeZone** | [***TimeZone**](TimeZone.md) | | [optional] [default to null]
**DefaultVenueId** | **int32** | | [optional] [default to null]
**SortOrder** | **int32** | | [optional] [default to null]
**RuleSettings** | [**[]RuleSettings**](RuleSettings.md) | | [optional] [default to null]
**Active** | **bool** | | [optional] [default to null]
**Affiliated** | **bool** | | [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)