mlbstats/api/docs/LocationRestObject.md

24 lines
1.3 KiB
Markdown
Raw Normal View History

2025-04-06 04:55:01 +00:00
# LocationRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**Address1** | **string** | | [optional] [default to null]
**Address2** | **string** | | [optional] [default to null]
**Address3** | **string** | | [optional] [default to null]
**Address4** | **string** | | [optional] [default to null]
**City** | **string** | | [optional] [default to null]
**State** | **string** | | [optional] [default to null]
**StateAbbrev** | **string** | | [optional] [default to null]
**PostalCode** | **string** | | [optional] [default to null]
**DefaultCoordinates** | [***CoordinateRestObject**](CoordinateRestObject.md) | | [optional] [default to null]
**Coordinates** | [**[]CoordinateRestObject**](CoordinateRestObject.md) | | [optional] [default to null]
**AzimuthAngle** | **float64** | | [optional] [default to null]
**Elevation** | **int32** | | [optional] [default to null]
**Country** | **string** | | [optional] [default to null]
**Phone** | **string** | | [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)