mlbstats/api/docs/Matchup.md

22 lines
1.6 KiB
Markdown
Raw Normal View History

2025-04-06 04:55:01 +00:00
# Matchup
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Batter** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**BatSide** | [***DynamicEnumRestObject**](DynamicEnumRestObject.md) | | [optional] [default to null]
**Pitcher** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**PitchHand** | [***DynamicEnumRestObject**](DynamicEnumRestObject.md) | | [optional] [default to null]
**PostOnFirst** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**PostOnSecond** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**PostOnThird** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**BatterHotColdZoneStats** | [***StatsRestObject**](StatsRestObject.md) | | [optional] [default to null]
**PitcherHotColdZoneStats** | [***StatsRestObject**](StatsRestObject.md) | | [optional] [default to null]
**BatterHotColdZones** | [**[]BaseballHotColdZoneRestObject**](BaseballHotColdZoneRestObject.md) | | [optional] [default to null]
**PitcherHotColdZones** | [**[]BaseballHotColdZoneRestObject**](BaseballHotColdZoneRestObject.md) | | [optional] [default to null]
**Splits** | [***Split**](Split.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)