Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.77 KB

PutIpRequest.md

File metadata and controls

61 lines (34 loc) · 1.77 KB

PutIpRequest

Properties

Name Type Description Notes
Rdns NullableString The reverse DNS assigned to this address. For public IPv4 addresses, this will be set to a default value provided by Linode if not explicitly set.

Methods

NewPutIpRequest

func NewPutIpRequest(rdns NullableString, ) *PutIpRequest

NewPutIpRequest instantiates a new PutIpRequest 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

NewPutIpRequestWithDefaults

func NewPutIpRequestWithDefaults() *PutIpRequest

NewPutIpRequestWithDefaults instantiates a new PutIpRequest 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

GetRdns

func (o *PutIpRequest) GetRdns() string

GetRdns returns the Rdns field if non-nil, zero value otherwise.

GetRdnsOk

func (o *PutIpRequest) GetRdnsOk() (*string, bool)

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

SetRdns

func (o *PutIpRequest) SetRdns(v string)

SetRdns sets Rdns field to given value.

SetRdnsNil

func (o *PutIpRequest) SetRdnsNil(b bool)

SetRdnsNil sets the value for Rdns to be an explicit nil

UnsetRdns

func (o *PutIpRequest) UnsetRdns()

UnsetRdns ensures that no value is present for Rdns, not even an explicit nil

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