Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.09 KB

File metadata and controls

134 lines (73 loc) · 4.09 KB

DeviceIntelligencePropertiesIp

Properties

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]

Methods

NewDeviceIntelligencePropertiesIp

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

NewDeviceIntelligencePropertiesIpWithDefaults

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

GetAddress

func (o *DeviceIntelligencePropertiesIp) GetAddress() string

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

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.

SetAddress

func (o *DeviceIntelligencePropertiesIp) SetAddress(v string)

SetAddress sets Address field to given value.

HasAddress

func (o *DeviceIntelligencePropertiesIp) HasAddress() bool

HasAddress returns a boolean if a field has been set.

GetType

func (o *DeviceIntelligencePropertiesIp) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *DeviceIntelligencePropertiesIp) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *DeviceIntelligencePropertiesIp) HasType() bool

HasType returns a boolean if a field has been set.

GetVpnDetection

func (o *DeviceIntelligencePropertiesIp) GetVpnDetection() string

GetVpnDetection returns the VpnDetection field if non-nil, zero value otherwise.

GetVpnDetectionOk

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.

SetVpnDetection

func (o *DeviceIntelligencePropertiesIp) SetVpnDetection(v string)

SetVpnDetection sets VpnDetection field to given value.

HasVpnDetection

func (o *DeviceIntelligencePropertiesIp) HasVpnDetection() bool

HasVpnDetection returns a boolean if a field has been set.

GetProxyDetection

func (o *DeviceIntelligencePropertiesIp) GetProxyDetection() string

GetProxyDetection returns the ProxyDetection field if non-nil, zero value otherwise.

GetProxyDetectionOk

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.

SetProxyDetection

func (o *DeviceIntelligencePropertiesIp) SetProxyDetection(v string)

SetProxyDetection sets ProxyDetection field to given value.

HasProxyDetection

func (o *DeviceIntelligencePropertiesIp) HasProxyDetection() bool

HasProxyDetection returns a boolean if a field has been set.

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