Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.54 KB

File metadata and controls

108 lines (59 loc) · 3.54 KB

DeviceIntelligenceProperties

Properties

Name Type Description Notes
Device Pointer to DeviceIntelligencePropertiesDevice [optional]
Ip Pointer to DeviceIntelligencePropertiesIp [optional]
Geolocation Pointer to DeviceIntelligencePropertiesGeolocation [optional]

Methods

NewDeviceIntelligenceProperties

func NewDeviceIntelligenceProperties() *DeviceIntelligenceProperties

NewDeviceIntelligenceProperties instantiates a new DeviceIntelligenceProperties 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

NewDeviceIntelligencePropertiesWithDefaults

func NewDeviceIntelligencePropertiesWithDefaults() *DeviceIntelligenceProperties

NewDeviceIntelligencePropertiesWithDefaults instantiates a new DeviceIntelligenceProperties 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

GetDevice

func (o *DeviceIntelligenceProperties) GetDevice() DeviceIntelligencePropertiesDevice

GetDevice returns the Device field if non-nil, zero value otherwise.

GetDeviceOk

func (o *DeviceIntelligenceProperties) GetDeviceOk() (*DeviceIntelligencePropertiesDevice, bool)

GetDeviceOk returns a tuple with the Device field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDevice

func (o *DeviceIntelligenceProperties) SetDevice(v DeviceIntelligencePropertiesDevice)

SetDevice sets Device field to given value.

HasDevice

func (o *DeviceIntelligenceProperties) HasDevice() bool

HasDevice returns a boolean if a field has been set.

GetIp

func (o *DeviceIntelligenceProperties) GetIp() DeviceIntelligencePropertiesIp

GetIp returns the Ip field if non-nil, zero value otherwise.

GetIpOk

func (o *DeviceIntelligenceProperties) GetIpOk() (*DeviceIntelligencePropertiesIp, bool)

GetIpOk returns a tuple with the Ip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIp

func (o *DeviceIntelligenceProperties) SetIp(v DeviceIntelligencePropertiesIp)

SetIp sets Ip field to given value.

HasIp

func (o *DeviceIntelligenceProperties) HasIp() bool

HasIp returns a boolean if a field has been set.

GetGeolocation

func (o *DeviceIntelligenceProperties) GetGeolocation() DeviceIntelligencePropertiesGeolocation

GetGeolocation returns the Geolocation field if non-nil, zero value otherwise.

GetGeolocationOk

func (o *DeviceIntelligenceProperties) GetGeolocationOk() (*DeviceIntelligencePropertiesGeolocation, bool)

GetGeolocationOk returns a tuple with the Geolocation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGeolocation

func (o *DeviceIntelligenceProperties) SetGeolocation(v DeviceIntelligencePropertiesGeolocation)

SetGeolocation sets Geolocation field to given value.

HasGeolocation

func (o *DeviceIntelligenceProperties) HasGeolocation() bool

HasGeolocation returns a boolean if a field has been set.

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