| Name | Type | Description | Notes |
|---|---|---|---|
| Address | Pointer to string | The IP address that uploaded the media. | [optional] |
| Type | Pointer to string | The type of IP address. | [optional] |
| VpnDetection | Pointer to string | VPN detection result. | [optional] |
| ProxyDetection | Pointer to string | Proxy detection result. | [optional] |
func NewDeviceIntelligencePropertiesIp() *DeviceIntelligencePropertiesIp
NewDeviceIntelligencePropertiesIp instantiates a new DeviceIntelligencePropertiesIp 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 NewDeviceIntelligencePropertiesIpWithDefaults() *DeviceIntelligencePropertiesIp
NewDeviceIntelligencePropertiesIpWithDefaults instantiates a new DeviceIntelligencePropertiesIp 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 *DeviceIntelligencePropertiesIp) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *DeviceIntelligencePropertiesIp) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceIntelligencePropertiesIp) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *DeviceIntelligencePropertiesIp) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *DeviceIntelligencePropertiesIp) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *DeviceIntelligencePropertiesIp) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceIntelligencePropertiesIp) SetType(v string)
SetType sets Type field to given value.
func (o *DeviceIntelligencePropertiesIp) HasType() bool
HasType returns a boolean if a field has been set.
func (o *DeviceIntelligencePropertiesIp) GetVpnDetection() string
GetVpnDetection returns the VpnDetection field if non-nil, zero value otherwise.
func (o *DeviceIntelligencePropertiesIp) GetVpnDetectionOk() (*string, bool)
GetVpnDetectionOk returns a tuple with the VpnDetection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceIntelligencePropertiesIp) SetVpnDetection(v string)
SetVpnDetection sets VpnDetection field to given value.
func (o *DeviceIntelligencePropertiesIp) HasVpnDetection() bool
HasVpnDetection returns a boolean if a field has been set.
func (o *DeviceIntelligencePropertiesIp) GetProxyDetection() string
GetProxyDetection returns the ProxyDetection field if non-nil, zero value otherwise.
func (o *DeviceIntelligencePropertiesIp) GetProxyDetectionOk() (*string, bool)
GetProxyDetectionOk returns a tuple with the ProxyDetection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceIntelligencePropertiesIp) SetProxyDetection(v string)
SetProxyDetection sets ProxyDetection field to given value.
func (o *DeviceIntelligencePropertiesIp) HasProxyDetection() bool
HasProxyDetection returns a boolean if a field has been set.