mlbstats/api/docs/StatContainer.md

26 lines
1.6 KiB
Markdown
Raw Normal View History

2025-04-06 04:55:01 +00:00
# StatContainer
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type_** | [***StatType**](StatType.md) | | [optional] [default to null]
**Group** | [***StatGroup**](StatGroup.md) | | [optional] [default to null]
**Splits** | [**[]StatSplits**](StatSplits.md) | | [optional] [default to null]
**SplitsTiedWithOffset** | [**[]StatSplits**](StatSplits.md) | | [optional] [default to null]
**SplitsTiedWithLimit** | [**[]StatSplits**](StatSplits.md) | | [optional] [default to null]
**Stats** | [***StatData**](StatData.md) | | [optional] [default to null]
**TotalSplits** | **int32** | | [optional] [default to null]
**Player** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
**Team** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
**Sport** | [***Sport**](Sport.md) | | [optional] [default to null]
**Season** | **string** | | [optional] [default to null]
**GameType** | [***GameTypeEnum**](GameTypeEnum.md) | | [optional] [default to null]
**PlayerPool** | [***PlayerPoolEnum**](PlayerPoolEnum.md) | | [optional] [default to null]
**Exemptions** | [**[]PlayerListPerson**](PlayerListPerson.md) | | [optional] [default to null]
**Parameters** | [**map[string]interface{}**](interface{}.md) | | [optional] [default to null]
**Disclaimers** | **[]string** | | [optional] [default to null]
**TotalSplitsIfNotSet** | **int32** | | [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)