Name | Type | Description | Notes |
---|---|---|---|
Latitude | Pointer to string | [optional] | |
Longitude | Pointer to string | [optional] |
func NewDeviceInformationGetDeviceDetails200ResponseLostModeLastLocation() *DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation
NewDeviceInformationGetDeviceDetails200ResponseLostModeLastLocation instantiates a new DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceInformationGetDeviceDetails200ResponseLostModeLastLocationWithDefaults() *DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation
NewDeviceInformationGetDeviceDetails200ResponseLostModeLastLocationWithDefaults instantiates a new DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation) GetLatitude() string
GetLatitude returns the Latitude field if non-nil, zero value otherwise.
func (o *DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation) GetLatitudeOk() (*string, bool)
GetLatitudeOk returns a tuple with the Latitude field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation) SetLatitude(v string)
SetLatitude sets Latitude field to given value.
func (o *DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation) HasLatitude() bool
HasLatitude returns a boolean if a field has been set.
func (o *DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation) GetLongitude() string
GetLongitude returns the Longitude field if non-nil, zero value otherwise.
func (o *DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation) GetLongitudeOk() (*string, bool)
GetLongitudeOk returns a tuple with the Longitude field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation) SetLongitude(v string)
SetLongitude sets Longitude field to given value.
func (o *DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation) HasLongitude() bool
HasLongitude returns a boolean if a field has been set.