mlbstats/api/docs/BaseballPitchDataRestObject.md

23 lines
1.2 KiB
Markdown
Raw Normal View History

2025-04-06 04:55:01 +00:00
# BaseballPitchDataRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**StartSpeed** | **float64** | | [optional] [default to null]
**EndSpeed** | **float64** | | [optional] [default to null]
**NastyFactor** | **float64** | | [optional] [default to null]
**StrikeZoneTop** | **float64** | | [optional] [default to null]
**StrikeZoneBottom** | **float64** | | [optional] [default to null]
**StrikeZoneWidth** | **float64** | | [optional] [default to null]
**StrikeZoneDepth** | **float64** | | [optional] [default to null]
**Coordinates** | [***Coordinates**](Coordinates.md) | | [optional] [default to null]
**Breaks** | [***Breaks**](Breaks.md) | | [optional] [default to null]
**Zone** | **int32** | | [optional] [default to null]
**TypeConfidence** | **float64** | | [optional] [default to null]
**PlateTime** | **float64** | | [optional] [default to null]
**Extension** | **float64** | | [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)