mlbstats/api/docs/CalculatedMetricRestObject.md

38 lines
2.1 KiB
Markdown
Raw Normal View History

2025-04-06 04:55:01 +00:00
# CalculatedMetricRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Estimated** | **bool** | | [optional] [default to null]
**Group** | **string** | | [optional] [default to null]
**Name** | **string** | | [optional] [default to null]
**Value** | [***JsonNode**](JsonNode.md) | | [optional] [default to null]
**ValueUnrounded** | **string** | | [optional] [default to null]
**Rank** | **int32** | | [optional] [default to null]
**AverageValue** | **float64** | | [optional] [default to null]
**MinValue** | **float64** | | [optional] [default to null]
**MaxValue** | **float64** | | [optional] [default to null]
**NumOccurrences** | **int32** | | [optional] [default to null]
**Percentile50Value** | **float64** | | [optional] [default to null]
**Percentile75Value** | **float64** | | [optional] [default to null]
**Percentile90Value** | **float64** | | [optional] [default to null]
**CompetitiveValue** | **float64** | | [optional] [default to null]
**NumCompetitiveOccurrences** | **int32** | | [optional] [default to null]
**Unit** | **string** | | [optional] [default to null]
**PositionId** | **int32** | | [optional] [default to null]
**PlayerId** | **int32** | | [optional] [default to null]
**PlayId** | **string** | | [optional] [default to null]
**MetricId** | **int32** | | [optional] [default to null]
**TimeCode** | **int64** | | [optional] [default to null]
**Description** | **string** | | [optional] [default to null]
**Base** | **string** | | [optional] [default to null]
**IsRadarTracked** | **bool** | | [optional] [default to null]
**IsHeldOn** | **bool** | | [optional] [default to null]
**IsEstimated** | **bool** | | [optional] [default to null]
**SupportLevel** | **string** | | [optional] [default to null]
**AdditionalFields** | [***JsonNode**](JsonNode.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)