mlbstats/api/docs/Leaders.md

24 lines
1.5 KiB
Markdown
Raw Normal View History

2025-04-06 04:55:01 +00:00
# Leaders
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RequestingUserRole** | [***Role**](Role.md) | | [optional] [default to null]
**LeaderCategory** | [***PersonLeadersEnum**](PersonLeadersEnum.md) | | [optional] [default to null]
**StatGroup** | [***StatGroup**](StatGroup.md) | | [optional] [default to null]
**Season** | **string** | | [optional] [default to null]
**GameType** | [***GameTypeEnum**](GameTypeEnum.md) | | [optional] [default to null]
**StatType** | [***StatType**](StatType.md) | | [optional] [default to null]
**Team** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**League** | [***League**](League.md) | | [optional] [default to null]
**TotalSplits** | **int32** | | [optional] [default to null]
**Leaders** | [**[]PlayerLeader**](PlayerLeader.md) | | [optional] [default to null]
**Limits** | [***LeaderLimits**](LeaderLimits.md) | | [optional] [default to null]
**LimitMetaData** | [***LimitMetadata**](LimitMetadata.md) | | [optional] [default to null]
**HydratedTeams** | [**map[string]interface{}**](interface{}.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)