Name | Type | Description | Notes |
---|---|---|---|
ZoneFile | Pointer to []string | The lines of the zone file for the last rendered zone for this domain. | [optional] |
func NewGetDomainZone200Response() *GetDomainZone200Response
NewGetDomainZone200Response instantiates a new GetDomainZone200Response 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 NewGetDomainZone200ResponseWithDefaults() *GetDomainZone200Response
NewGetDomainZone200ResponseWithDefaults instantiates a new GetDomainZone200Response 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 *GetDomainZone200Response) GetZoneFile() []string
GetZoneFile returns the ZoneFile field if non-nil, zero value otherwise.
func (o *GetDomainZone200Response) 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.
func (o *GetDomainZone200Response) SetZoneFile(v []string)
SetZoneFile sets ZoneFile field to given value.
func (o *GetDomainZone200Response) HasZoneFile() bool
HasZoneFile returns a boolean if a field has been set.