Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.8 KB

GetDomainZone200Response.md

File metadata and controls

56 lines (31 loc) · 1.8 KB

GetDomainZone200Response

Properties

Name Type Description Notes
ZoneFile Pointer to []string The lines of the zone file for the last rendered zone for this domain. [optional]

Methods

NewGetDomainZone200Response

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

NewGetDomainZone200ResponseWithDefaults

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

GetZoneFile

func (o *GetDomainZone200Response) GetZoneFile() []string

GetZoneFile returns the ZoneFile field if non-nil, zero value otherwise.

GetZoneFileOk

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.

SetZoneFile

func (o *GetDomainZone200Response) SetZoneFile(v []string)

SetZoneFile sets ZoneFile field to given value.

HasZoneFile

func (o *GetDomainZone200Response) HasZoneFile() bool

HasZoneFile returns a boolean if a field has been set.

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