Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.16 KB

DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation.md

File metadata and controls

82 lines (45 loc) · 3.16 KB

DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation

Properties

Name Type Description Notes
Latitude Pointer to string [optional]
Longitude Pointer to string [optional]

Methods

NewDeviceInformationGetDeviceDetails200ResponseLostModeLastLocation

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

NewDeviceInformationGetDeviceDetails200ResponseLostModeLastLocationWithDefaults

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

GetLatitude

func (o *DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation) GetLatitude() string

GetLatitude returns the Latitude field if non-nil, zero value otherwise.

GetLatitudeOk

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.

SetLatitude

func (o *DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation) SetLatitude(v string)

SetLatitude sets Latitude field to given value.

HasLatitude

func (o *DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

GetLongitude

func (o *DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation) GetLongitude() string

GetLongitude returns the Longitude field if non-nil, zero value otherwise.

GetLongitudeOk

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.

SetLongitude

func (o *DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation) SetLongitude(v string)

SetLongitude sets Longitude field to given value.

HasLongitude

func (o *DeviceInformationGetDeviceDetails200ResponseLostModeLastLocation) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]