mlbstats/api/docs/Location.md

24 lines
1.2 KiB
Markdown
Raw Normal View History

2025-04-06 04:55:01 +00:00
# Location
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Address1** | **string** | | [optional] [default to null]
**Address2** | **string** | | [optional] [default to null]
**Address3** | **string** | | [optional] [default to null]
**Address4** | **string** | | [optional] [default to null]
**Attention** | **string** | | [optional] [default to null]
**Phone** | **string** | | [optional] [default to null]
**City** | **string** | | [optional] [default to null]
**State** | **string** | | [optional] [default to null]
**Country** | **string** | | [optional] [default to null]
**StateAbbrev** | **string** | | [optional] [default to null]
**PostalCode** | **string** | | [optional] [default to null]
**Latitude** | **float64** | | [optional] [default to null]
**Longitude** | **float64** | | [optional] [default to null]
**AzimuthAngle** | **float64** | | [optional] [default to null]
**Elevation** | **int32** | | [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)