| Name | Type | Description | Notes |
|---|---|---|---|
| Addr | Pointer to string | [optional] | |
| Basename | Pointer to string | [optional] |
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
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
func (o *FlyDnsForwardRule) GetAddr() string
GetAddr returns the Addr field if non-nil, zero value otherwise.
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.
func (o *FlyDnsForwardRule) SetAddr(v string)
SetAddr sets Addr field to given value.
func (o *FlyDnsForwardRule) HasAddr() bool
HasAddr returns a boolean if a field has been set.
func (o *FlyDnsForwardRule) GetBasename() string
GetBasename returns the Basename field if non-nil, zero value otherwise.
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.
func (o *FlyDnsForwardRule) SetBasename(v string)
SetBasename sets Basename field to given value.
func (o *FlyDnsForwardRule) HasBasename() bool
HasBasename returns a boolean if a field has been set.