Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.48 KB

GetLinodeIps200Response.md

File metadata and controls

82 lines (45 loc) · 2.48 KB

GetLinodeIps200Response

Properties

Name Type Description Notes
Ipv4 Pointer to GetLinodeIps200ResponseIpv4 [optional]
Ipv6 Pointer to GetLinodeIps200ResponseIpv6 [optional]

Methods

NewGetLinodeIps200Response

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

NewGetLinodeIps200ResponseWithDefaults

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

GetIpv4

func (o *GetLinodeIps200Response) GetIpv4() GetLinodeIps200ResponseIpv4

GetIpv4 returns the Ipv4 field if non-nil, zero value otherwise.

GetIpv4Ok

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.

SetIpv4

func (o *GetLinodeIps200Response) SetIpv4(v GetLinodeIps200ResponseIpv4)

SetIpv4 sets Ipv4 field to given value.

HasIpv4

func (o *GetLinodeIps200Response) HasIpv4() bool

HasIpv4 returns a boolean if a field has been set.

GetIpv6

func (o *GetLinodeIps200Response) GetIpv6() GetLinodeIps200ResponseIpv6

GetIpv6 returns the Ipv6 field if non-nil, zero value otherwise.

GetIpv6Ok

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.

SetIpv6

func (o *GetLinodeIps200Response) SetIpv6(v GetLinodeIps200ResponseIpv6)

SetIpv6 sets Ipv6 field to given value.

HasIpv6

func (o *GetLinodeIps200Response) HasIpv6() bool

HasIpv6 returns a boolean if a field has been set.

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