Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.21 KB

File metadata and controls

82 lines (45 loc) · 2.21 KB

FlyDnsForwardRule

Properties

Name Type Description Notes
Addr Pointer to string [optional]
Basename Pointer to string [optional]

Methods

NewFlyDnsForwardRule

func NewFlyDnsForwardRule() *FlyDnsForwardRule

NewFlyDnsForwardRule instantiates a new FlyDnsForwardRule 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

NewFlyDnsForwardRuleWithDefaults

func NewFlyDnsForwardRuleWithDefaults() *FlyDnsForwardRule

NewFlyDnsForwardRuleWithDefaults instantiates a new FlyDnsForwardRule 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

GetAddr

func (o *FlyDnsForwardRule) GetAddr() string

GetAddr returns the Addr field if non-nil, zero value otherwise.

GetAddrOk

func (o *FlyDnsForwardRule) GetAddrOk() (*string, bool)

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

SetAddr

func (o *FlyDnsForwardRule) SetAddr(v string)

SetAddr sets Addr field to given value.

HasAddr

func (o *FlyDnsForwardRule) HasAddr() bool

HasAddr returns a boolean if a field has been set.

GetBasename

func (o *FlyDnsForwardRule) GetBasename() string

GetBasename returns the Basename field if non-nil, zero value otherwise.

GetBasenameOk

func (o *FlyDnsForwardRule) GetBasenameOk() (*string, bool)

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

SetBasename

func (o *FlyDnsForwardRule) SetBasename(v string)

SetBasename sets Basename field to given value.

HasBasename

func (o *FlyDnsForwardRule) HasBasename() bool

HasBasename returns a boolean if a field has been set.

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