Ip
November 26, 2020 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| IpId | Pointer to int32 | [optional] [readonly] | |
| IpIp | string |
Methods
NewIp
func NewIp(ipIp string, ) *Ip
NewIp instantiates a new Ip 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
NewIpWithDefaults
func NewIpWithDefaults() *Ip
NewIpWithDefaults instantiates a new Ip 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
GetIpId
func (o *Ip) GetIpId() int32
GetIpId returns the IpId field if non-nil, zero value otherwise.
GetIpIdOk
func (o *Ip) GetIpIdOk() (*int32, bool)
GetIpIdOk returns a tuple with the IpId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIpId
func (o *Ip) SetIpId(v int32)
SetIpId sets IpId field to given value.
HasIpId
func (o *Ip) HasIpId() bool
HasIpId returns a boolean if a field has been set.
GetIpIp
func (o *Ip) GetIpIp() string
GetIpIp returns the IpIp field if non-nil, zero value otherwise.
GetIpIpOk
func (o *Ip) GetIpIpOk() (*string, bool)
GetIpIpOk returns a tuple with the IpIp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIpIp
func (o *Ip) SetIpIp(v string)
SetIpIp sets IpIp field to given value.