BnsFetchFileZoneResponseAnyOf
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Zonefile | Pointer to string | [optional] |
Methods
NewBnsFetchFileZoneResponseAnyOf
func NewBnsFetchFileZoneResponseAnyOf() *BnsFetchFileZoneResponseAnyOf
NewBnsFetchFileZoneResponseAnyOf instantiates a new BnsFetchFileZoneResponseAnyOf 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
NewBnsFetchFileZoneResponseAnyOfWithDefaults
func NewBnsFetchFileZoneResponseAnyOfWithDefaults() *BnsFetchFileZoneResponseAnyOf
NewBnsFetchFileZoneResponseAnyOfWithDefaults instantiates a new BnsFetchFileZoneResponseAnyOf 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
GetZonefile
func (o *BnsFetchFileZoneResponseAnyOf) GetZonefile() string
GetZonefile returns the Zonefile field if non-nil, zero value otherwise.
GetZonefileOk
func (o *BnsFetchFileZoneResponseAnyOf) GetZonefileOk() (*string, bool)
GetZonefileOk returns a tuple with the Zonefile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetZonefile
func (o *BnsFetchFileZoneResponseAnyOf) SetZonefile(v string)
SetZonefile sets Zonefile field to given value.
HasZonefile
func (o *BnsFetchFileZoneResponseAnyOf) HasZonefile() bool
HasZonefile returns a boolean if a field has been set.