mlbstats/api/docs/BaseballGameFlag.md

21 lines
1.1 KiB
Markdown

# BaseballGameFlag
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**IsNoHitter** | **bool** | | [optional] [default to null]
**IsPerfectGame** | **bool** | | [optional] [default to null]
**IsAwayTeamNoHitter** | **bool** | | [optional] [default to null]
**IsAwayTeamPerfectGame** | **bool** | | [optional] [default to null]
**IsHomeTeamNoHitter** | **bool** | | [optional] [default to null]
**IsHomeTeamPerfectGame** | **bool** | | [optional] [default to null]
**AwayTeamNoHitter** | **bool** | | [optional] [default to null]
**HomeTeamNoHitter** | **bool** | | [optional] [default to null]
**AwayTeamPerfectGame** | **bool** | | [optional] [default to null]
**HomeTeamPerfectGame** | **bool** | | [optional] [default to null]
**NoHitter** | **bool** | | [optional] [default to null]
**PerfectGame** | **bool** | | [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)