mlbstats/api/docs/BatPositionRestObject.md

12 lines
752 B
Markdown
Raw Normal View History

2025-04-06 04:55:01 +00:00
# BatPositionRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**PositionId** | **string** | Identifier for which part of the bat the positions/timeStamp represent. For now this will only be the “head” and the “handle”, but is subject to change in the future. | [optional] [default to null]
**Positions** | [**[]PositionRestObject**](PositionRestObject.md) | Locations of the head of the bat at the given timeStamps. | [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)