Name | Type | Description | Notes |
---|---|---|---|
IpId | Pointer to int32 | [optional] [readonly] | |
IpIp | string |
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
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
func (o *Ip) GetIpId() int32
GetIpId returns the IpId field if non-nil, zero value otherwise.
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.
func (o *Ip) SetIpId(v int32)
SetIpId sets IpId field to given value.
func (o *Ip) HasIpId() bool
HasIpId returns a boolean if a field has been set.
func (o *Ip) GetIpIp() string
GetIpIp returns the IpIp field if non-nil, zero value otherwise.
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.
func (o *Ip) SetIpIp(v string)
SetIpIp sets IpIp field to given value.