Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.7 KB

ConditionIpCondition.md

File metadata and controls

56 lines (31 loc) · 1.7 KB

ConditionIpCondition

Properties

Name Type Description Notes
IpAddress Pointer to string A single IPv4 address [optional]

Methods

NewConditionIpCondition

func NewConditionIpCondition() *ConditionIpCondition

NewConditionIpCondition instantiates a new ConditionIpCondition 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

NewConditionIpConditionWithDefaults

func NewConditionIpConditionWithDefaults() *ConditionIpCondition

NewConditionIpConditionWithDefaults instantiates a new ConditionIpCondition 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

GetIpAddress

func (o *ConditionIpCondition) GetIpAddress() string

GetIpAddress returns the IpAddress field if non-nil, zero value otherwise.

GetIpAddressOk

func (o *ConditionIpCondition) GetIpAddressOk() (*string, bool)

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

SetIpAddress

func (o *ConditionIpCondition) SetIpAddress(v string)

SetIpAddress sets IpAddress field to given value.

HasIpAddress

func (o *ConditionIpCondition) HasIpAddress() bool

HasIpAddress returns a boolean if a field has been set.

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