| Name | Type | Description | Notes |
|---|---|---|---|
| Device | Pointer to DeviceIntelligencePropertiesDevice | [optional] | |
| Ip | Pointer to DeviceIntelligencePropertiesIp | [optional] | |
| Geolocation | Pointer to DeviceIntelligencePropertiesGeolocation | [optional] |
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
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
func (o *DeviceIntelligenceProperties) GetDevice() DeviceIntelligencePropertiesDevice
GetDevice returns the Device field if non-nil, zero value otherwise.
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.
func (o *DeviceIntelligenceProperties) SetDevice(v DeviceIntelligencePropertiesDevice)
SetDevice sets Device field to given value.
func (o *DeviceIntelligenceProperties) HasDevice() bool
HasDevice returns a boolean if a field has been set.
func (o *DeviceIntelligenceProperties) GetIp() DeviceIntelligencePropertiesIp
GetIp returns the Ip field if non-nil, zero value otherwise.
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.
func (o *DeviceIntelligenceProperties) SetIp(v DeviceIntelligencePropertiesIp)
SetIp sets Ip field to given value.
func (o *DeviceIntelligenceProperties) HasIp() bool
HasIp returns a boolean if a field has been set.
func (o *DeviceIntelligenceProperties) GetGeolocation() DeviceIntelligencePropertiesGeolocation
GetGeolocation returns the Geolocation field if non-nil, zero value otherwise.
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.
func (o *DeviceIntelligenceProperties) SetGeolocation(v DeviceIntelligencePropertiesGeolocation)
SetGeolocation sets Geolocation field to given value.
func (o *DeviceIntelligenceProperties) HasGeolocation() bool
HasGeolocation returns a boolean if a field has been set.