Name | Type | Description | Notes |
---|---|---|---|
Ipv4 | Pointer to GetLinodeIps200ResponseIpv4 | [optional] | |
Ipv6 | Pointer to GetLinodeIps200ResponseIpv6 | [optional] |
func NewGetLinodeIps200Response() *GetLinodeIps200Response
NewGetLinodeIps200Response instantiates a new GetLinodeIps200Response 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 NewGetLinodeIps200ResponseWithDefaults() *GetLinodeIps200Response
NewGetLinodeIps200ResponseWithDefaults instantiates a new GetLinodeIps200Response 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 *GetLinodeIps200Response) GetIpv4() GetLinodeIps200ResponseIpv4
GetIpv4 returns the Ipv4 field if non-nil, zero value otherwise.
func (o *GetLinodeIps200Response) GetIpv4Ok() (*GetLinodeIps200ResponseIpv4, bool)
GetIpv4Ok returns a tuple with the Ipv4 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetLinodeIps200Response) SetIpv4(v GetLinodeIps200ResponseIpv4)
SetIpv4 sets Ipv4 field to given value.
func (o *GetLinodeIps200Response) HasIpv4() bool
HasIpv4 returns a boolean if a field has been set.
func (o *GetLinodeIps200Response) GetIpv6() GetLinodeIps200ResponseIpv6
GetIpv6 returns the Ipv6 field if non-nil, zero value otherwise.
func (o *GetLinodeIps200Response) GetIpv6Ok() (*GetLinodeIps200ResponseIpv6, bool)
GetIpv6Ok returns a tuple with the Ipv6 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetLinodeIps200Response) SetIpv6(v GetLinodeIps200ResponseIpv6)
SetIpv6 sets Ipv6 field to given value.
func (o *GetLinodeIps200Response) HasIpv6() bool
HasIpv6 returns a boolean if a field has been set.