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