Versions in this module Expand all Collapse all v0 v0.18.0 Mar 6, 2026 Changes in this version + var JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) + var XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) + func CacheExpires(r *http.Response) time.Time + func IsNil(i interface{}) bool + func NewConfiguration() *config.Configuration + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + DefaultAPI DefaultAPI + func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error) + func (c *APIClient) GetConfig() *config.Configuration + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type ApiCloneZoneRequest struct + ApiService DefaultAPI + func (r ApiCloneZoneRequest) CloneZonePayload(cloneZonePayload CloneZonePayload) ApiCloneZoneRequest + func (r ApiCloneZoneRequest) Execute() (*ZoneResponse, error) + type ApiCreateLabelRequest struct + ApiService DefaultAPI + func (r ApiCreateLabelRequest) CreateLabelPayload(createLabelPayload CreateLabelPayload) ApiCreateLabelRequest + func (r ApiCreateLabelRequest) Execute() (*CreateLabelResponse, error) + type ApiCreateMoveCodeRequest struct + ApiService DefaultAPI + func (r ApiCreateMoveCodeRequest) Execute() (*MoveCodeResponse, error) + type ApiCreateRecordSetRequest struct + ApiService DefaultAPI + func (r ApiCreateRecordSetRequest) CreateRecordSetPayload(createRecordSetPayload CreateRecordSetPayload) ApiCreateRecordSetRequest + func (r ApiCreateRecordSetRequest) Execute() (*RecordSetResponse, error) + type ApiCreateZoneRequest struct + ApiService DefaultAPI + func (r ApiCreateZoneRequest) CreateZonePayload(createZonePayload CreateZonePayload) ApiCreateZoneRequest + func (r ApiCreateZoneRequest) Execute() (*ZoneResponse, error) + type ApiDeleteLabelRequest struct + ApiService DefaultAPI + func (r ApiDeleteLabelRequest) Execute() (*DeleteLabelResponse, error) + type ApiDeleteMoveCodeRequest struct + ApiService DefaultAPI + func (r ApiDeleteMoveCodeRequest) Execute() (*Message, error) + type ApiDeleteRecordSetRequest struct + ApiService DefaultAPI + func (r ApiDeleteRecordSetRequest) Execute() (*Message, error) + type ApiDeleteZoneRequest struct + ApiService DefaultAPI + func (r ApiDeleteZoneRequest) Execute() (*Message, error) + type ApiExportRecordSetsRequest struct + ApiService DefaultAPI + func (r ApiExportRecordSetsRequest) Execute() (*ZoneDataExchange, error) + func (r ApiExportRecordSetsRequest) ExportRecordSetsPayload(exportRecordSetsPayload ExportRecordSetsPayload) ApiExportRecordSetsRequest + type ApiGetRecordSetRequest struct + ApiService DefaultAPI + func (r ApiGetRecordSetRequest) Execute() (*RecordSetResponse, error) + type ApiGetZoneRequest struct + ApiService DefaultAPI + func (r ApiGetZoneRequest) Execute() (*ZoneResponse, error) + type ApiImportRecordSetsRequest struct + ApiService DefaultAPI + func (r ApiImportRecordSetsRequest) Execute() (*ImportRecordSetsResponse, error) + func (r ApiImportRecordSetsRequest) Format(format string) ApiImportRecordSetsRequest + func (r ApiImportRecordSetsRequest) ImportRecordSetsPayload(importRecordSetsPayload ImportRecordSetsPayload) ApiImportRecordSetsRequest + func (r ApiImportRecordSetsRequest) ImportType(importType string) ApiImportRecordSetsRequest + type ApiListLabelsRequest struct + ApiService DefaultAPI + func (r ApiListLabelsRequest) Execute() (*ListLabelsResponse, error) + type ApiListRecordSetsRequest struct + ApiService DefaultAPI + func (r ApiListRecordSetsRequest) ActiveEq(activeEq bool) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) CreationFinishedGt(creationFinishedGt string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) CreationFinishedGte(creationFinishedGte string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) CreationFinishedLt(creationFinishedLt string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) CreationFinishedLte(creationFinishedLte string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) CreationStartedGt(creationStartedGt string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) CreationStartedGte(creationStartedGte string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) CreationStartedLt(creationStartedLt string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) CreationStartedLte(creationStartedLte string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) Execute() (*ListRecordSetsResponse, error) + func (r ApiListRecordSetsRequest) NameEq(nameEq string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) NameLike(nameLike string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) OrderByCreationFinished(orderByCreationFinished string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) OrderByCreationStarted(orderByCreationStarted string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) OrderByName(orderByName string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) OrderByRecordCount(orderByRecordCount string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) OrderByState(orderByState string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) OrderByType(orderByType string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) OrderByUpdateFinished(orderByUpdateFinished string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) OrderByUpdateStarted(orderByUpdateStarted string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) Page(page int32) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) PageSize(pageSize int32) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) StateEq(stateEq string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) StateNeq(stateNeq string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) TypeEq(typeEq string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) UpdateFinishedGt(updateFinishedGt string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) UpdateFinishedGte(updateFinishedGte string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) UpdateFinishedLt(updateFinishedLt string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) UpdateFinishedLte(updateFinishedLte string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) UpdateStartedGt(updateStartedGt string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) UpdateStartedGte(updateStartedGte string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) UpdateStartedLt(updateStartedLt string) ApiListRecordSetsRequest + func (r ApiListRecordSetsRequest) UpdateStartedLte(updateStartedLte string) ApiListRecordSetsRequest + type ApiListZonesRequest struct + ApiService DefaultAPI + func (r ApiListZonesRequest) ActiveEq(activeEq bool) ApiListZonesRequest + func (r ApiListZonesRequest) CreationFinishedGt(creationFinishedGt string) ApiListZonesRequest + func (r ApiListZonesRequest) CreationFinishedGte(creationFinishedGte string) ApiListZonesRequest + func (r ApiListZonesRequest) CreationFinishedLt(creationFinishedLt string) ApiListZonesRequest + func (r ApiListZonesRequest) CreationFinishedLte(creationFinishedLte string) ApiListZonesRequest + func (r ApiListZonesRequest) CreationStartedGt(creationStartedGt string) ApiListZonesRequest + func (r ApiListZonesRequest) CreationStartedGte(creationStartedGte string) ApiListZonesRequest + func (r ApiListZonesRequest) CreationStartedLt(creationStartedLt string) ApiListZonesRequest + func (r ApiListZonesRequest) CreationStartedLte(creationStartedLte string) ApiListZonesRequest + func (r ApiListZonesRequest) DescriptionEq(descriptionEq string) ApiListZonesRequest + func (r ApiListZonesRequest) DescriptionLike(descriptionLike string) ApiListZonesRequest + func (r ApiListZonesRequest) DescriptionNeq(descriptionNeq string) ApiListZonesRequest + func (r ApiListZonesRequest) DnsNameEq(dnsNameEq string) ApiListZonesRequest + func (r ApiListZonesRequest) DnsNameLike(dnsNameLike string) ApiListZonesRequest + func (r ApiListZonesRequest) Execute() (*ListZonesResponse, error) + func (r ApiListZonesRequest) IsReverseZoneEq(isReverseZoneEq bool) ApiListZonesRequest + func (r ApiListZonesRequest) LabelKeyEq(labelKeyEq []string) ApiListZonesRequest + func (r ApiListZonesRequest) LabelValueEq(labelValueEq []string) ApiListZonesRequest + func (r ApiListZonesRequest) NameEq(nameEq string) ApiListZonesRequest + func (r ApiListZonesRequest) NameLike(nameLike string) ApiListZonesRequest + func (r ApiListZonesRequest) NameNeq(nameNeq string) ApiListZonesRequest + func (r ApiListZonesRequest) OrderByCreationFinished(orderByCreationFinished string) ApiListZonesRequest + func (r ApiListZonesRequest) OrderByCreationStarted(orderByCreationStarted string) ApiListZonesRequest + func (r ApiListZonesRequest) OrderByDescription(orderByDescription string) ApiListZonesRequest + func (r ApiListZonesRequest) OrderByDnsName(orderByDnsName string) ApiListZonesRequest + func (r ApiListZonesRequest) OrderByName(orderByName string) ApiListZonesRequest + func (r ApiListZonesRequest) OrderByRecordCount(orderByRecordCount string) ApiListZonesRequest + func (r ApiListZonesRequest) OrderByType(orderByType string) ApiListZonesRequest + func (r ApiListZonesRequest) OrderByUpdateFinished(orderByUpdateFinished string) ApiListZonesRequest + func (r ApiListZonesRequest) OrderByUpdateStarted(orderByUpdateStarted string) ApiListZonesRequest + func (r ApiListZonesRequest) Page(page int32) ApiListZonesRequest + func (r ApiListZonesRequest) PageSize(pageSize int32) ApiListZonesRequest + func (r ApiListZonesRequest) PrimaryNameServerEq(primaryNameServerEq string) ApiListZonesRequest + func (r ApiListZonesRequest) PrimaryNameServerLike(primaryNameServerLike string) ApiListZonesRequest + func (r ApiListZonesRequest) StateEq(stateEq string) ApiListZonesRequest + func (r ApiListZonesRequest) StateNeq(stateNeq string) ApiListZonesRequest + func (r ApiListZonesRequest) TypeEq(typeEq string) ApiListZonesRequest + func (r ApiListZonesRequest) UpdateFinishedGt(updateFinishedGt string) ApiListZonesRequest + func (r ApiListZonesRequest) UpdateFinishedGte(updateFinishedGte string) ApiListZonesRequest + func (r ApiListZonesRequest) UpdateFinishedLt(updateFinishedLt string) ApiListZonesRequest + func (r ApiListZonesRequest) UpdateFinishedLte(updateFinishedLte string) ApiListZonesRequest + func (r ApiListZonesRequest) UpdateStartedGt(updateStartedGt string) ApiListZonesRequest + func (r ApiListZonesRequest) UpdateStartedGte(updateStartedGte string) ApiListZonesRequest + func (r ApiListZonesRequest) UpdateStartedLt(updateStartedLt string) ApiListZonesRequest + func (r ApiListZonesRequest) UpdateStartedLte(updateStartedLte string) ApiListZonesRequest + type ApiMoveZoneRequest struct + ApiService DefaultAPI + func (r ApiMoveZoneRequest) Execute() (*Message, error) + func (r ApiMoveZoneRequest) MoveZonePayload(moveZonePayload MoveZonePayload) ApiMoveZoneRequest + type ApiPartialUpdateRecordRequest struct + ApiService DefaultAPI + func (r ApiPartialUpdateRecordRequest) Execute() (*Message, error) + func (r ApiPartialUpdateRecordRequest) PartialUpdateRecordPayload(partialUpdateRecordPayload PartialUpdateRecordPayload) ApiPartialUpdateRecordRequest + type ApiPartialUpdateRecordSetRequest struct + ApiService DefaultAPI + func (r ApiPartialUpdateRecordSetRequest) Execute() (*Message, error) + func (r ApiPartialUpdateRecordSetRequest) PartialUpdateRecordSetPayload(partialUpdateRecordSetPayload PartialUpdateRecordSetPayload) ApiPartialUpdateRecordSetRequest + type ApiPartialUpdateZoneRequest struct + ApiService DefaultAPI + func (r ApiPartialUpdateZoneRequest) Execute() (*ZoneResponse, error) + func (r ApiPartialUpdateZoneRequest) PartialUpdateZonePayload(partialUpdateZonePayload PartialUpdateZonePayload) ApiPartialUpdateZoneRequest + type ApiRestoreRecordSetRequest struct + ApiService DefaultAPI + func (r ApiRestoreRecordSetRequest) Execute() (*Message, error) + type ApiRestoreZoneRequest struct + ApiService DefaultAPI + func (r ApiRestoreZoneRequest) Execute() (*Message, error) + type ApiRetrieveZoneRequest struct + ApiService DefaultAPI + func (r ApiRetrieveZoneRequest) Execute() (*Message, error) + type ApiValidateMoveCodeRequest struct + ApiService DefaultAPI + func (r ApiValidateMoveCodeRequest) Execute() (*Message, error) + func (r ApiValidateMoveCodeRequest) ValidateMoveCodePayload(validateMoveCodePayload ValidateMoveCodePayload) ApiValidateMoveCodeRequest + type CloneZonePayload struct + AdjustRecords *bool + Description *string + DnsName string + Name *string + func NewCloneZonePayload(dnsName string) *CloneZonePayload + func NewCloneZonePayloadWithDefaults() *CloneZonePayload + func (o *CloneZonePayload) GetAdjustRecords() bool + func (o *CloneZonePayload) GetAdjustRecordsOk() (*bool, bool) + func (o *CloneZonePayload) GetDescription() string + func (o *CloneZonePayload) GetDescriptionOk() (*string, bool) + func (o *CloneZonePayload) GetDnsName() string + func (o *CloneZonePayload) GetDnsNameOk() (*string, bool) + func (o *CloneZonePayload) GetName() string + func (o *CloneZonePayload) GetNameOk() (*string, bool) + func (o *CloneZonePayload) HasAdjustRecords() bool + func (o *CloneZonePayload) HasDescription() bool + func (o *CloneZonePayload) HasName() bool + func (o *CloneZonePayload) SetAdjustRecords(v bool) + func (o *CloneZonePayload) SetDescription(v string) + func (o *CloneZonePayload) SetDnsName(v string) + func (o *CloneZonePayload) SetName(v string) + func (o *CloneZonePayload) UnmarshalJSON(data []byte) (err error) + func (o CloneZonePayload) MarshalJSON() ([]byte, error) + func (o CloneZonePayload) ToMap() (map[string]interface{}, error) + type CreateLabelPayload struct + Key string + Value string + func NewCreateLabelPayload(key string, value string) *CreateLabelPayload + func NewCreateLabelPayloadWithDefaults() *CreateLabelPayload + func (o *CreateLabelPayload) GetKey() string + func (o *CreateLabelPayload) GetKeyOk() (*string, bool) + func (o *CreateLabelPayload) GetValue() string + func (o *CreateLabelPayload) GetValueOk() (*string, bool) + func (o *CreateLabelPayload) SetKey(v string) + func (o *CreateLabelPayload) SetValue(v string) + func (o *CreateLabelPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateLabelPayload) MarshalJSON() ([]byte, error) + func (o CreateLabelPayload) ToMap() (map[string]interface{}, error) + type CreateLabelResponse struct + Label *Label + Message *string + func NewCreateLabelResponse() *CreateLabelResponse + func NewCreateLabelResponseWithDefaults() *CreateLabelResponse + func (o *CreateLabelResponse) GetLabel() Label + func (o *CreateLabelResponse) GetLabelOk() (*Label, bool) + func (o *CreateLabelResponse) GetMessage() string + func (o *CreateLabelResponse) GetMessageOk() (*string, bool) + func (o *CreateLabelResponse) HasLabel() bool + func (o *CreateLabelResponse) HasMessage() bool + func (o *CreateLabelResponse) SetLabel(v Label) + func (o *CreateLabelResponse) SetMessage(v string) + func (o CreateLabelResponse) MarshalJSON() ([]byte, error) + func (o CreateLabelResponse) ToMap() (map[string]interface{}, error) + type CreateRecordSetPayload struct + Comment *string + Name string + Records []RecordPayload + Ttl *int32 + Type string + func NewCreateRecordSetPayload(name string, records []RecordPayload, types string) *CreateRecordSetPayload + func NewCreateRecordSetPayloadWithDefaults() *CreateRecordSetPayload + func (o *CreateRecordSetPayload) GetComment() string + func (o *CreateRecordSetPayload) GetCommentOk() (*string, bool) + func (o *CreateRecordSetPayload) GetName() string + func (o *CreateRecordSetPayload) GetNameOk() (*string, bool) + func (o *CreateRecordSetPayload) GetRecords() []RecordPayload + func (o *CreateRecordSetPayload) GetRecordsOk() ([]RecordPayload, bool) + func (o *CreateRecordSetPayload) GetTtl() int32 + func (o *CreateRecordSetPayload) GetTtlOk() (*int32, bool) + func (o *CreateRecordSetPayload) GetType() string + func (o *CreateRecordSetPayload) GetTypeOk() (*string, bool) + func (o *CreateRecordSetPayload) HasComment() bool + func (o *CreateRecordSetPayload) HasTtl() bool + func (o *CreateRecordSetPayload) SetComment(v string) + func (o *CreateRecordSetPayload) SetName(v string) + func (o *CreateRecordSetPayload) SetRecords(v []RecordPayload) + func (o *CreateRecordSetPayload) SetTtl(v int32) + func (o *CreateRecordSetPayload) SetType(v string) + func (o *CreateRecordSetPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateRecordSetPayload) MarshalJSON() ([]byte, error) + func (o CreateRecordSetPayload) ToMap() (map[string]interface{}, error) + type CreateZonePayload struct + Acl *string + ContactEmail *string + DefaultTTL *int32 + Description *string + DnsName string + ExpireTime *int32 + Extensions *ZoneExtensions + IsReverseZone *bool + Name string + NegativeCache *int32 + Primaries []string + RefreshTime *int32 + RetryTime *int32 + Type *string + func NewCreateZonePayload(dnsName string, name string) *CreateZonePayload + func NewCreateZonePayloadWithDefaults() *CreateZonePayload + func (o *CreateZonePayload) GetAcl() string + func (o *CreateZonePayload) GetAclOk() (*string, bool) + func (o *CreateZonePayload) GetContactEmail() string + func (o *CreateZonePayload) GetContactEmailOk() (*string, bool) + func (o *CreateZonePayload) GetDefaultTTL() int32 + func (o *CreateZonePayload) GetDefaultTTLOk() (*int32, bool) + func (o *CreateZonePayload) GetDescription() string + func (o *CreateZonePayload) GetDescriptionOk() (*string, bool) + func (o *CreateZonePayload) GetDnsName() string + func (o *CreateZonePayload) GetDnsNameOk() (*string, bool) + func (o *CreateZonePayload) GetExpireTime() int32 + func (o *CreateZonePayload) GetExpireTimeOk() (*int32, bool) + func (o *CreateZonePayload) GetExtensions() ZoneExtensions + func (o *CreateZonePayload) GetExtensionsOk() (*ZoneExtensions, bool) + func (o *CreateZonePayload) GetIsReverseZone() bool + func (o *CreateZonePayload) GetIsReverseZoneOk() (*bool, bool) + func (o *CreateZonePayload) GetName() string + func (o *CreateZonePayload) GetNameOk() (*string, bool) + func (o *CreateZonePayload) GetNegativeCache() int32 + func (o *CreateZonePayload) GetNegativeCacheOk() (*int32, bool) + func (o *CreateZonePayload) GetPrimaries() []string + func (o *CreateZonePayload) GetPrimariesOk() ([]string, bool) + func (o *CreateZonePayload) GetRefreshTime() int32 + func (o *CreateZonePayload) GetRefreshTimeOk() (*int32, bool) + func (o *CreateZonePayload) GetRetryTime() int32 + func (o *CreateZonePayload) GetRetryTimeOk() (*int32, bool) + func (o *CreateZonePayload) GetType() string + func (o *CreateZonePayload) GetTypeOk() (*string, bool) + func (o *CreateZonePayload) HasAcl() bool + func (o *CreateZonePayload) HasContactEmail() bool + func (o *CreateZonePayload) HasDefaultTTL() bool + func (o *CreateZonePayload) HasDescription() bool + func (o *CreateZonePayload) HasExpireTime() bool + func (o *CreateZonePayload) HasExtensions() bool + func (o *CreateZonePayload) HasIsReverseZone() bool + func (o *CreateZonePayload) HasNegativeCache() bool + func (o *CreateZonePayload) HasPrimaries() bool + func (o *CreateZonePayload) HasRefreshTime() bool + func (o *CreateZonePayload) HasRetryTime() bool + func (o *CreateZonePayload) HasType() bool + func (o *CreateZonePayload) SetAcl(v string) + func (o *CreateZonePayload) SetContactEmail(v string) + func (o *CreateZonePayload) SetDefaultTTL(v int32) + func (o *CreateZonePayload) SetDescription(v string) + func (o *CreateZonePayload) SetDnsName(v string) + func (o *CreateZonePayload) SetExpireTime(v int32) + func (o *CreateZonePayload) SetExtensions(v ZoneExtensions) + func (o *CreateZonePayload) SetIsReverseZone(v bool) + func (o *CreateZonePayload) SetName(v string) + func (o *CreateZonePayload) SetNegativeCache(v int32) + func (o *CreateZonePayload) SetPrimaries(v []string) + func (o *CreateZonePayload) SetRefreshTime(v int32) + func (o *CreateZonePayload) SetRetryTime(v int32) + func (o *CreateZonePayload) SetType(v string) + func (o *CreateZonePayload) UnmarshalJSON(data []byte) (err error) + func (o CreateZonePayload) MarshalJSON() ([]byte, error) + func (o CreateZonePayload) ToMap() (map[string]interface{}, error) + type DefaultAPI interface + CloneZone func(ctx context.Context, projectId string, zoneId string) ApiCloneZoneRequest + CloneZoneExecute func(r ApiCloneZoneRequest) (*ZoneResponse, error) + CreateLabel func(ctx context.Context, projectId string, zoneId string) ApiCreateLabelRequest + CreateLabelExecute func(r ApiCreateLabelRequest) (*CreateLabelResponse, error) + CreateMoveCode func(ctx context.Context, projectId string, zoneId string) ApiCreateMoveCodeRequest + CreateMoveCodeExecute func(r ApiCreateMoveCodeRequest) (*MoveCodeResponse, error) + CreateRecordSet func(ctx context.Context, projectId string, zoneId string) ApiCreateRecordSetRequest + CreateRecordSetExecute func(r ApiCreateRecordSetRequest) (*RecordSetResponse, error) + CreateZone func(ctx context.Context, projectId string) ApiCreateZoneRequest + CreateZoneExecute func(r ApiCreateZoneRequest) (*ZoneResponse, error) + DeleteLabel func(ctx context.Context, projectId string, zoneId string, key string) ApiDeleteLabelRequest + DeleteLabelExecute func(r ApiDeleteLabelRequest) (*DeleteLabelResponse, error) + DeleteMoveCode func(ctx context.Context, projectId string, zoneId string) ApiDeleteMoveCodeRequest + DeleteMoveCodeExecute func(r ApiDeleteMoveCodeRequest) (*Message, error) + DeleteRecordSet func(ctx context.Context, projectId string, zoneId string, rrSetId string) ApiDeleteRecordSetRequest + DeleteRecordSetExecute func(r ApiDeleteRecordSetRequest) (*Message, error) + DeleteZone func(ctx context.Context, projectId string, zoneId string) ApiDeleteZoneRequest + DeleteZoneExecute func(r ApiDeleteZoneRequest) (*Message, error) + ExportRecordSets func(ctx context.Context, projectId string, zoneId string) ApiExportRecordSetsRequest + ExportRecordSetsExecute func(r ApiExportRecordSetsRequest) (*ZoneDataExchange, error) + GetRecordSet func(ctx context.Context, projectId string, zoneId string, rrSetId string) ApiGetRecordSetRequest + GetRecordSetExecute func(r ApiGetRecordSetRequest) (*RecordSetResponse, error) + GetZone func(ctx context.Context, projectId string, zoneId string) ApiGetZoneRequest + GetZoneExecute func(r ApiGetZoneRequest) (*ZoneResponse, error) + ImportRecordSets func(ctx context.Context, projectId string, zoneId string) ApiImportRecordSetsRequest + ImportRecordSetsExecute func(r ApiImportRecordSetsRequest) (*ImportRecordSetsResponse, error) + ListLabels func(ctx context.Context, projectId string, zoneId string) ApiListLabelsRequest + ListLabelsExecute func(r ApiListLabelsRequest) (*ListLabelsResponse, error) + ListRecordSets func(ctx context.Context, projectId string, zoneId string) ApiListRecordSetsRequest + ListRecordSetsExecute func(r ApiListRecordSetsRequest) (*ListRecordSetsResponse, error) + ListZones func(ctx context.Context, projectId string) ApiListZonesRequest + ListZonesExecute func(r ApiListZonesRequest) (*ListZonesResponse, error) + MoveZone func(ctx context.Context, projectId string) ApiMoveZoneRequest + MoveZoneExecute func(r ApiMoveZoneRequest) (*Message, error) + PartialUpdateRecord func(ctx context.Context, projectId string, zoneId string, rrSetId string) ApiPartialUpdateRecordRequest + PartialUpdateRecordExecute func(r ApiPartialUpdateRecordRequest) (*Message, error) + PartialUpdateRecordSet func(ctx context.Context, projectId string, zoneId string, rrSetId string) ApiPartialUpdateRecordSetRequest + PartialUpdateRecordSetExecute func(r ApiPartialUpdateRecordSetRequest) (*Message, error) + PartialUpdateZone func(ctx context.Context, projectId string, zoneId string) ApiPartialUpdateZoneRequest + PartialUpdateZoneExecute func(r ApiPartialUpdateZoneRequest) (*ZoneResponse, error) + RestoreRecordSet func(ctx context.Context, projectId string, zoneId string, rrSetId string) ApiRestoreRecordSetRequest + RestoreRecordSetExecute func(r ApiRestoreRecordSetRequest) (*Message, error) + RestoreZone func(ctx context.Context, projectId string, zoneId string) ApiRestoreZoneRequest + RestoreZoneExecute func(r ApiRestoreZoneRequest) (*Message, error) + RetrieveZone func(ctx context.Context, projectId string, zoneId string) ApiRetrieveZoneRequest + RetrieveZoneExecute func(r ApiRetrieveZoneRequest) (*Message, error) + ValidateMoveCode func(ctx context.Context, projectId string, zoneId string) ApiValidateMoveCodeRequest + ValidateMoveCodeExecute func(r ApiValidateMoveCodeRequest) (*Message, error) + type DefaultAPIService service + func (a *DefaultAPIService) CloneZone(ctx context.Context, projectId string, zoneId string) ApiCloneZoneRequest + func (a *DefaultAPIService) CloneZoneExecute(r ApiCloneZoneRequest) (*ZoneResponse, error) + func (a *DefaultAPIService) CreateLabel(ctx context.Context, projectId string, zoneId string) ApiCreateLabelRequest + func (a *DefaultAPIService) CreateLabelExecute(r ApiCreateLabelRequest) (*CreateLabelResponse, error) + func (a *DefaultAPIService) CreateMoveCode(ctx context.Context, projectId string, zoneId string) ApiCreateMoveCodeRequest + func (a *DefaultAPIService) CreateMoveCodeExecute(r ApiCreateMoveCodeRequest) (*MoveCodeResponse, error) + func (a *DefaultAPIService) CreateRecordSet(ctx context.Context, projectId string, zoneId string) ApiCreateRecordSetRequest + func (a *DefaultAPIService) CreateRecordSetExecute(r ApiCreateRecordSetRequest) (*RecordSetResponse, error) + func (a *DefaultAPIService) CreateZone(ctx context.Context, projectId string) ApiCreateZoneRequest + func (a *DefaultAPIService) CreateZoneExecute(r ApiCreateZoneRequest) (*ZoneResponse, error) + func (a *DefaultAPIService) DeleteLabel(ctx context.Context, projectId string, zoneId string, key string) ApiDeleteLabelRequest + func (a *DefaultAPIService) DeleteLabelExecute(r ApiDeleteLabelRequest) (*DeleteLabelResponse, error) + func (a *DefaultAPIService) DeleteMoveCode(ctx context.Context, projectId string, zoneId string) ApiDeleteMoveCodeRequest + func (a *DefaultAPIService) DeleteMoveCodeExecute(r ApiDeleteMoveCodeRequest) (*Message, error) + func (a *DefaultAPIService) DeleteRecordSet(ctx context.Context, projectId string, zoneId string, rrSetId string) ApiDeleteRecordSetRequest + func (a *DefaultAPIService) DeleteRecordSetExecute(r ApiDeleteRecordSetRequest) (*Message, error) + func (a *DefaultAPIService) DeleteZone(ctx context.Context, projectId string, zoneId string) ApiDeleteZoneRequest + func (a *DefaultAPIService) DeleteZoneExecute(r ApiDeleteZoneRequest) (*Message, error) + func (a *DefaultAPIService) ExportRecordSets(ctx context.Context, projectId string, zoneId string) ApiExportRecordSetsRequest + func (a *DefaultAPIService) ExportRecordSetsExecute(r ApiExportRecordSetsRequest) (*ZoneDataExchange, error) + func (a *DefaultAPIService) GetRecordSet(ctx context.Context, projectId string, zoneId string, rrSetId string) ApiGetRecordSetRequest + func (a *DefaultAPIService) GetRecordSetExecute(r ApiGetRecordSetRequest) (*RecordSetResponse, error) + func (a *DefaultAPIService) GetZone(ctx context.Context, projectId string, zoneId string) ApiGetZoneRequest + func (a *DefaultAPIService) GetZoneExecute(r ApiGetZoneRequest) (*ZoneResponse, error) + func (a *DefaultAPIService) ImportRecordSets(ctx context.Context, projectId string, zoneId string) ApiImportRecordSetsRequest + func (a *DefaultAPIService) ImportRecordSetsExecute(r ApiImportRecordSetsRequest) (*ImportRecordSetsResponse, error) + func (a *DefaultAPIService) ListLabels(ctx context.Context, projectId string, zoneId string) ApiListLabelsRequest + func (a *DefaultAPIService) ListLabelsExecute(r ApiListLabelsRequest) (*ListLabelsResponse, error) + func (a *DefaultAPIService) ListRecordSets(ctx context.Context, projectId string, zoneId string) ApiListRecordSetsRequest + func (a *DefaultAPIService) ListRecordSetsExecute(r ApiListRecordSetsRequest) (*ListRecordSetsResponse, error) + func (a *DefaultAPIService) ListZones(ctx context.Context, projectId string) ApiListZonesRequest + func (a *DefaultAPIService) ListZonesExecute(r ApiListZonesRequest) (*ListZonesResponse, error) + func (a *DefaultAPIService) MoveZone(ctx context.Context, projectId string) ApiMoveZoneRequest + func (a *DefaultAPIService) MoveZoneExecute(r ApiMoveZoneRequest) (*Message, error) + func (a *DefaultAPIService) PartialUpdateRecord(ctx context.Context, projectId string, zoneId string, rrSetId string) ApiPartialUpdateRecordRequest + func (a *DefaultAPIService) PartialUpdateRecordExecute(r ApiPartialUpdateRecordRequest) (*Message, error) + func (a *DefaultAPIService) PartialUpdateRecordSet(ctx context.Context, projectId string, zoneId string, rrSetId string) ApiPartialUpdateRecordSetRequest + func (a *DefaultAPIService) PartialUpdateRecordSetExecute(r ApiPartialUpdateRecordSetRequest) (*Message, error) + func (a *DefaultAPIService) PartialUpdateZone(ctx context.Context, projectId string, zoneId string) ApiPartialUpdateZoneRequest + func (a *DefaultAPIService) PartialUpdateZoneExecute(r ApiPartialUpdateZoneRequest) (*ZoneResponse, error) + func (a *DefaultAPIService) RestoreRecordSet(ctx context.Context, projectId string, zoneId string, rrSetId string) ApiRestoreRecordSetRequest + func (a *DefaultAPIService) RestoreRecordSetExecute(r ApiRestoreRecordSetRequest) (*Message, error) + func (a *DefaultAPIService) RestoreZone(ctx context.Context, projectId string, zoneId string) ApiRestoreZoneRequest + func (a *DefaultAPIService) RestoreZoneExecute(r ApiRestoreZoneRequest) (*Message, error) + func (a *DefaultAPIService) RetrieveZone(ctx context.Context, projectId string, zoneId string) ApiRetrieveZoneRequest + func (a *DefaultAPIService) RetrieveZoneExecute(r ApiRetrieveZoneRequest) (*Message, error) + func (a *DefaultAPIService) ValidateMoveCode(ctx context.Context, projectId string, zoneId string) ApiValidateMoveCodeRequest + func (a *DefaultAPIService) ValidateMoveCodeExecute(r ApiValidateMoveCodeRequest) (*Message, error) + type DefaultAPIServiceMock struct + CloneZoneExecuteMock *func(r ApiCloneZoneRequest) (*ZoneResponse, error) + CreateLabelExecuteMock *func(r ApiCreateLabelRequest) (*CreateLabelResponse, error) + CreateMoveCodeExecuteMock *func(r ApiCreateMoveCodeRequest) (*MoveCodeResponse, error) + CreateRecordSetExecuteMock *func(r ApiCreateRecordSetRequest) (*RecordSetResponse, error) + CreateZoneExecuteMock *func(r ApiCreateZoneRequest) (*ZoneResponse, error) + DeleteLabelExecuteMock *func(r ApiDeleteLabelRequest) (*DeleteLabelResponse, error) + DeleteMoveCodeExecuteMock *func(r ApiDeleteMoveCodeRequest) (*Message, error) + DeleteRecordSetExecuteMock *func(r ApiDeleteRecordSetRequest) (*Message, error) + DeleteZoneExecuteMock *func(r ApiDeleteZoneRequest) (*Message, error) + ExportRecordSetsExecuteMock *func(r ApiExportRecordSetsRequest) (*ZoneDataExchange, error) + GetRecordSetExecuteMock *func(r ApiGetRecordSetRequest) (*RecordSetResponse, error) + GetZoneExecuteMock *func(r ApiGetZoneRequest) (*ZoneResponse, error) + ImportRecordSetsExecuteMock *func(r ApiImportRecordSetsRequest) (*ImportRecordSetsResponse, error) + ListLabelsExecuteMock *func(r ApiListLabelsRequest) (*ListLabelsResponse, error) + ListRecordSetsExecuteMock *func(r ApiListRecordSetsRequest) (*ListRecordSetsResponse, error) + ListZonesExecuteMock *func(r ApiListZonesRequest) (*ListZonesResponse, error) + MoveZoneExecuteMock *func(r ApiMoveZoneRequest) (*Message, error) + PartialUpdateRecordExecuteMock *func(r ApiPartialUpdateRecordRequest) (*Message, error) + PartialUpdateRecordSetExecuteMock *func(r ApiPartialUpdateRecordSetRequest) (*Message, error) + PartialUpdateZoneExecuteMock *func(r ApiPartialUpdateZoneRequest) (*ZoneResponse, error) + RestoreRecordSetExecuteMock *func(r ApiRestoreRecordSetRequest) (*Message, error) + RestoreZoneExecuteMock *func(r ApiRestoreZoneRequest) (*Message, error) + RetrieveZoneExecuteMock *func(r ApiRetrieveZoneRequest) (*Message, error) + ValidateMoveCodeExecuteMock *func(r ApiValidateMoveCodeRequest) (*Message, error) + func (a DefaultAPIServiceMock) CloneZone(ctx context.Context, projectId string, zoneId string) ApiCloneZoneRequest + func (a DefaultAPIServiceMock) CloneZoneExecute(r ApiCloneZoneRequest) (*ZoneResponse, error) + func (a DefaultAPIServiceMock) CreateLabel(ctx context.Context, projectId string, zoneId string) ApiCreateLabelRequest + func (a DefaultAPIServiceMock) CreateLabelExecute(r ApiCreateLabelRequest) (*CreateLabelResponse, error) + func (a DefaultAPIServiceMock) CreateMoveCode(ctx context.Context, projectId string, zoneId string) ApiCreateMoveCodeRequest + func (a DefaultAPIServiceMock) CreateMoveCodeExecute(r ApiCreateMoveCodeRequest) (*MoveCodeResponse, error) + func (a DefaultAPIServiceMock) CreateRecordSet(ctx context.Context, projectId string, zoneId string) ApiCreateRecordSetRequest + func (a DefaultAPIServiceMock) CreateRecordSetExecute(r ApiCreateRecordSetRequest) (*RecordSetResponse, error) + func (a DefaultAPIServiceMock) CreateZone(ctx context.Context, projectId string) ApiCreateZoneRequest + func (a DefaultAPIServiceMock) CreateZoneExecute(r ApiCreateZoneRequest) (*ZoneResponse, error) + func (a DefaultAPIServiceMock) DeleteLabel(ctx context.Context, projectId string, zoneId string, key string) ApiDeleteLabelRequest + func (a DefaultAPIServiceMock) DeleteLabelExecute(r ApiDeleteLabelRequest) (*DeleteLabelResponse, error) + func (a DefaultAPIServiceMock) DeleteMoveCode(ctx context.Context, projectId string, zoneId string) ApiDeleteMoveCodeRequest + func (a DefaultAPIServiceMock) DeleteMoveCodeExecute(r ApiDeleteMoveCodeRequest) (*Message, error) + func (a DefaultAPIServiceMock) DeleteRecordSet(ctx context.Context, projectId string, zoneId string, rrSetId string) ApiDeleteRecordSetRequest + func (a DefaultAPIServiceMock) DeleteRecordSetExecute(r ApiDeleteRecordSetRequest) (*Message, error) + func (a DefaultAPIServiceMock) DeleteZone(ctx context.Context, projectId string, zoneId string) ApiDeleteZoneRequest + func (a DefaultAPIServiceMock) DeleteZoneExecute(r ApiDeleteZoneRequest) (*Message, error) + func (a DefaultAPIServiceMock) ExportRecordSets(ctx context.Context, projectId string, zoneId string) ApiExportRecordSetsRequest + func (a DefaultAPIServiceMock) ExportRecordSetsExecute(r ApiExportRecordSetsRequest) (*ZoneDataExchange, error) + func (a DefaultAPIServiceMock) GetRecordSet(ctx context.Context, projectId string, zoneId string, rrSetId string) ApiGetRecordSetRequest + func (a DefaultAPIServiceMock) GetRecordSetExecute(r ApiGetRecordSetRequest) (*RecordSetResponse, error) + func (a DefaultAPIServiceMock) GetZone(ctx context.Context, projectId string, zoneId string) ApiGetZoneRequest + func (a DefaultAPIServiceMock) GetZoneExecute(r ApiGetZoneRequest) (*ZoneResponse, error) + func (a DefaultAPIServiceMock) ImportRecordSets(ctx context.Context, projectId string, zoneId string) ApiImportRecordSetsRequest + func (a DefaultAPIServiceMock) ImportRecordSetsExecute(r ApiImportRecordSetsRequest) (*ImportRecordSetsResponse, error) + func (a DefaultAPIServiceMock) ListLabels(ctx context.Context, projectId string, zoneId string) ApiListLabelsRequest + func (a DefaultAPIServiceMock) ListLabelsExecute(r ApiListLabelsRequest) (*ListLabelsResponse, error) + func (a DefaultAPIServiceMock) ListRecordSets(ctx context.Context, projectId string, zoneId string) ApiListRecordSetsRequest + func (a DefaultAPIServiceMock) ListRecordSetsExecute(r ApiListRecordSetsRequest) (*ListRecordSetsResponse, error) + func (a DefaultAPIServiceMock) ListZones(ctx context.Context, projectId string) ApiListZonesRequest + func (a DefaultAPIServiceMock) ListZonesExecute(r ApiListZonesRequest) (*ListZonesResponse, error) + func (a DefaultAPIServiceMock) MoveZone(ctx context.Context, projectId string) ApiMoveZoneRequest + func (a DefaultAPIServiceMock) MoveZoneExecute(r ApiMoveZoneRequest) (*Message, error) + func (a DefaultAPIServiceMock) PartialUpdateRecord(ctx context.Context, projectId string, zoneId string, rrSetId string) ApiPartialUpdateRecordRequest + func (a DefaultAPIServiceMock) PartialUpdateRecordExecute(r ApiPartialUpdateRecordRequest) (*Message, error) + func (a DefaultAPIServiceMock) PartialUpdateRecordSet(ctx context.Context, projectId string, zoneId string, rrSetId string) ApiPartialUpdateRecordSetRequest + func (a DefaultAPIServiceMock) PartialUpdateRecordSetExecute(r ApiPartialUpdateRecordSetRequest) (*Message, error) + func (a DefaultAPIServiceMock) PartialUpdateZone(ctx context.Context, projectId string, zoneId string) ApiPartialUpdateZoneRequest + func (a DefaultAPIServiceMock) PartialUpdateZoneExecute(r ApiPartialUpdateZoneRequest) (*ZoneResponse, error) + func (a DefaultAPIServiceMock) RestoreRecordSet(ctx context.Context, projectId string, zoneId string, rrSetId string) ApiRestoreRecordSetRequest + func (a DefaultAPIServiceMock) RestoreRecordSetExecute(r ApiRestoreRecordSetRequest) (*Message, error) + func (a DefaultAPIServiceMock) RestoreZone(ctx context.Context, projectId string, zoneId string) ApiRestoreZoneRequest + func (a DefaultAPIServiceMock) RestoreZoneExecute(r ApiRestoreZoneRequest) (*Message, error) + func (a DefaultAPIServiceMock) RetrieveZone(ctx context.Context, projectId string, zoneId string) ApiRetrieveZoneRequest + func (a DefaultAPIServiceMock) RetrieveZoneExecute(r ApiRetrieveZoneRequest) (*Message, error) + func (a DefaultAPIServiceMock) ValidateMoveCode(ctx context.Context, projectId string, zoneId string) ApiValidateMoveCodeRequest + func (a DefaultAPIServiceMock) ValidateMoveCodeExecute(r ApiValidateMoveCodeRequest) (*Message, error) + type DeleteLabelResponse struct + Label *Label + Message *string + func NewDeleteLabelResponse() *DeleteLabelResponse + func NewDeleteLabelResponseWithDefaults() *DeleteLabelResponse + func (o *DeleteLabelResponse) GetLabel() Label + func (o *DeleteLabelResponse) GetLabelOk() (*Label, bool) + func (o *DeleteLabelResponse) GetMessage() string + func (o *DeleteLabelResponse) GetMessageOk() (*string, bool) + func (o *DeleteLabelResponse) HasLabel() bool + func (o *DeleteLabelResponse) HasMessage() bool + func (o *DeleteLabelResponse) SetLabel(v Label) + func (o *DeleteLabelResponse) SetMessage(v string) + func (o DeleteLabelResponse) MarshalJSON() ([]byte, error) + func (o DeleteLabelResponse) ToMap() (map[string]interface{}, error) + type DomainExtensions struct + ObservabilityExtension *DomainObservabilityExtension + func NewDomainExtensions() *DomainExtensions + func NewDomainExtensionsWithDefaults() *DomainExtensions + func (o *DomainExtensions) GetObservabilityExtension() DomainObservabilityExtension + func (o *DomainExtensions) GetObservabilityExtensionOk() (*DomainObservabilityExtension, bool) + func (o *DomainExtensions) HasObservabilityExtension() bool + func (o *DomainExtensions) SetObservabilityExtension(v DomainObservabilityExtension) + func (o DomainExtensions) MarshalJSON() ([]byte, error) + func (o DomainExtensions) ToMap() (map[string]interface{}, error) + type DomainObservabilityExtension struct + ObservabilityInstanceId string + State *string + func NewDomainObservabilityExtension(observabilityInstanceId string) *DomainObservabilityExtension + func NewDomainObservabilityExtensionWithDefaults() *DomainObservabilityExtension + func (o *DomainObservabilityExtension) GetObservabilityInstanceId() string + func (o *DomainObservabilityExtension) GetObservabilityInstanceIdOk() (*string, bool) + func (o *DomainObservabilityExtension) GetState() string + func (o *DomainObservabilityExtension) GetStateOk() (*string, bool) + func (o *DomainObservabilityExtension) HasState() bool + func (o *DomainObservabilityExtension) SetObservabilityInstanceId(v string) + func (o *DomainObservabilityExtension) SetState(v string) + func (o *DomainObservabilityExtension) UnmarshalJSON(data []byte) (err error) + func (o DomainObservabilityExtension) MarshalJSON() ([]byte, error) + func (o DomainObservabilityExtension) ToMap() (map[string]interface{}, error) + type ErrorMessage struct + Error *string + Message *string + func NewErrorMessage() *ErrorMessage + func NewErrorMessageWithDefaults() *ErrorMessage + func (o *ErrorMessage) GetError() string + func (o *ErrorMessage) GetErrorOk() (*string, bool) + func (o *ErrorMessage) GetMessage() string + func (o *ErrorMessage) GetMessageOk() (*string, bool) + func (o *ErrorMessage) HasError() bool + func (o *ErrorMessage) HasMessage() bool + func (o *ErrorMessage) SetError(v string) + func (o *ErrorMessage) SetMessage(v string) + func (o ErrorMessage) MarshalJSON() ([]byte, error) + func (o ErrorMessage) ToMap() (map[string]interface{}, error) + type ExportRecordSetsPayload struct + ExportAsFQDN *bool + Format *string + func NewExportRecordSetsPayload() *ExportRecordSetsPayload + func NewExportRecordSetsPayloadWithDefaults() *ExportRecordSetsPayload + func (o *ExportRecordSetsPayload) GetExportAsFQDN() bool + func (o *ExportRecordSetsPayload) GetExportAsFQDNOk() (*bool, bool) + func (o *ExportRecordSetsPayload) GetFormat() string + func (o *ExportRecordSetsPayload) GetFormatOk() (*string, bool) + func (o *ExportRecordSetsPayload) HasExportAsFQDN() bool + func (o *ExportRecordSetsPayload) HasFormat() bool + func (o *ExportRecordSetsPayload) SetExportAsFQDN(v bool) + func (o *ExportRecordSetsPayload) SetFormat(v string) + func (o ExportRecordSetsPayload) MarshalJSON() ([]byte, error) + func (o ExportRecordSetsPayload) ToMap() (map[string]interface{}, error) + type ImportRecordSetsPayload struct + RrSets []ZoneModelsImportRecordModel + func NewImportRecordSetsPayload() *ImportRecordSetsPayload + func NewImportRecordSetsPayloadWithDefaults() *ImportRecordSetsPayload + func (o *ImportRecordSetsPayload) GetRrSets() []ZoneModelsImportRecordModel + func (o *ImportRecordSetsPayload) GetRrSetsOk() ([]ZoneModelsImportRecordModel, bool) + func (o *ImportRecordSetsPayload) HasRrSets() bool + func (o *ImportRecordSetsPayload) SetRrSets(v []ZoneModelsImportRecordModel) + func (o ImportRecordSetsPayload) MarshalJSON() ([]byte, error) + func (o ImportRecordSetsPayload) ToMap() (map[string]interface{}, error) + type ImportRecordSetsResponse struct + Message *string + Summary ImportSummary + func NewImportRecordSetsResponse(summary ImportSummary) *ImportRecordSetsResponse + func NewImportRecordSetsResponseWithDefaults() *ImportRecordSetsResponse + func (o *ImportRecordSetsResponse) GetMessage() string + func (o *ImportRecordSetsResponse) GetMessageOk() (*string, bool) + func (o *ImportRecordSetsResponse) GetSummary() ImportSummary + func (o *ImportRecordSetsResponse) GetSummaryOk() (*ImportSummary, bool) + func (o *ImportRecordSetsResponse) HasMessage() bool + func (o *ImportRecordSetsResponse) SetMessage(v string) + func (o *ImportRecordSetsResponse) SetSummary(v ImportSummary) + func (o *ImportRecordSetsResponse) UnmarshalJSON(data []byte) (err error) + func (o ImportRecordSetsResponse) MarshalJSON() ([]byte, error) + func (o ImportRecordSetsResponse) ToMap() (map[string]interface{}, error) + type ImportSummary struct + CreatedRRSets *int32 + CreatedRecords *int32 + DeletedRRSets *int32 + DeletedRecords *int32 + UpdatedRRSets *int32 + UpdatedRecords *int32 + func NewImportSummary() *ImportSummary + func NewImportSummaryWithDefaults() *ImportSummary + func (o *ImportSummary) GetCreatedRRSets() int32 + func (o *ImportSummary) GetCreatedRRSetsOk() (*int32, bool) + func (o *ImportSummary) GetCreatedRecords() int32 + func (o *ImportSummary) GetCreatedRecordsOk() (*int32, bool) + func (o *ImportSummary) GetDeletedRRSets() int32 + func (o *ImportSummary) GetDeletedRRSetsOk() (*int32, bool) + func (o *ImportSummary) GetDeletedRecords() int32 + func (o *ImportSummary) GetDeletedRecordsOk() (*int32, bool) + func (o *ImportSummary) GetUpdatedRRSets() int32 + func (o *ImportSummary) GetUpdatedRRSetsOk() (*int32, bool) + func (o *ImportSummary) GetUpdatedRecords() int32 + func (o *ImportSummary) GetUpdatedRecordsOk() (*int32, bool) + func (o *ImportSummary) HasCreatedRRSets() bool + func (o *ImportSummary) HasCreatedRecords() bool + func (o *ImportSummary) HasDeletedRRSets() bool + func (o *ImportSummary) HasDeletedRecords() bool + func (o *ImportSummary) HasUpdatedRRSets() bool + func (o *ImportSummary) HasUpdatedRecords() bool + func (o *ImportSummary) SetCreatedRRSets(v int32) + func (o *ImportSummary) SetCreatedRecords(v int32) + func (o *ImportSummary) SetDeletedRRSets(v int32) + func (o *ImportSummary) SetDeletedRecords(v int32) + func (o *ImportSummary) SetUpdatedRRSets(v int32) + func (o *ImportSummary) SetUpdatedRecords(v int32) + func (o ImportSummary) MarshalJSON() ([]byte, error) + func (o ImportSummary) ToMap() (map[string]interface{}, error) + type Label struct + Key string + Value string + func NewLabel(key string, value string) *Label + func NewLabelWithDefaults() *Label + func (o *Label) GetKey() string + func (o *Label) GetKeyOk() (*string, bool) + func (o *Label) GetValue() string + func (o *Label) GetValueOk() (*string, bool) + func (o *Label) SetKey(v string) + func (o *Label) SetValue(v string) + func (o *Label) UnmarshalJSON(data []byte) (err error) + func (o Label) MarshalJSON() ([]byte, error) + func (o Label) ToMap() (map[string]interface{}, error) + type ListLabelsResponse struct + Labels []Label + Message *string + func NewListLabelsResponse() *ListLabelsResponse + func NewListLabelsResponseWithDefaults() *ListLabelsResponse + func (o *ListLabelsResponse) GetLabels() []Label + func (o *ListLabelsResponse) GetLabelsOk() ([]Label, bool) + func (o *ListLabelsResponse) GetMessage() string + func (o *ListLabelsResponse) GetMessageOk() (*string, bool) + func (o *ListLabelsResponse) HasLabels() bool + func (o *ListLabelsResponse) HasMessage() bool + func (o *ListLabelsResponse) SetLabels(v []Label) + func (o *ListLabelsResponse) SetMessage(v string) + func (o ListLabelsResponse) MarshalJSON() ([]byte, error) + func (o ListLabelsResponse) ToMap() (map[string]interface{}, error) + type ListRecordSetsResponse struct + ItemsPerPage int32 + Message *string + RrSets []RecordSet + TotalItems int32 + TotalPages int32 + func NewListRecordSetsResponse(itemsPerPage int32, rrSets []RecordSet, totalItems int32, totalPages int32) *ListRecordSetsResponse + func NewListRecordSetsResponseWithDefaults() *ListRecordSetsResponse + func (o *ListRecordSetsResponse) GetItemsPerPage() int32 + func (o *ListRecordSetsResponse) GetItemsPerPageOk() (*int32, bool) + func (o *ListRecordSetsResponse) GetMessage() string + func (o *ListRecordSetsResponse) GetMessageOk() (*string, bool) + func (o *ListRecordSetsResponse) GetRrSets() []RecordSet + func (o *ListRecordSetsResponse) GetRrSetsOk() ([]RecordSet, bool) + func (o *ListRecordSetsResponse) GetTotalItems() int32 + func (o *ListRecordSetsResponse) GetTotalItemsOk() (*int32, bool) + func (o *ListRecordSetsResponse) GetTotalPages() int32 + func (o *ListRecordSetsResponse) GetTotalPagesOk() (*int32, bool) + func (o *ListRecordSetsResponse) HasMessage() bool + func (o *ListRecordSetsResponse) SetItemsPerPage(v int32) + func (o *ListRecordSetsResponse) SetMessage(v string) + func (o *ListRecordSetsResponse) SetRrSets(v []RecordSet) + func (o *ListRecordSetsResponse) SetTotalItems(v int32) + func (o *ListRecordSetsResponse) SetTotalPages(v int32) + func (o *ListRecordSetsResponse) UnmarshalJSON(data []byte) (err error) + func (o ListRecordSetsResponse) MarshalJSON() ([]byte, error) + func (o ListRecordSetsResponse) ToMap() (map[string]interface{}, error) + type ListZonesResponse struct + ItemsPerPage int32 + Message *string + TotalItems int32 + TotalPages int32 + Zones []Zone + func NewListZonesResponse(itemsPerPage int32, totalItems int32, totalPages int32, zones []Zone) *ListZonesResponse + func NewListZonesResponseWithDefaults() *ListZonesResponse + func (o *ListZonesResponse) GetItemsPerPage() int32 + func (o *ListZonesResponse) GetItemsPerPageOk() (*int32, bool) + func (o *ListZonesResponse) GetMessage() string + func (o *ListZonesResponse) GetMessageOk() (*string, bool) + func (o *ListZonesResponse) GetTotalItems() int32 + func (o *ListZonesResponse) GetTotalItemsOk() (*int32, bool) + func (o *ListZonesResponse) GetTotalPages() int32 + func (o *ListZonesResponse) GetTotalPagesOk() (*int32, bool) + func (o *ListZonesResponse) GetZones() []Zone + func (o *ListZonesResponse) GetZonesOk() ([]Zone, bool) + func (o *ListZonesResponse) HasMessage() bool + func (o *ListZonesResponse) SetItemsPerPage(v int32) + func (o *ListZonesResponse) SetMessage(v string) + func (o *ListZonesResponse) SetTotalItems(v int32) + func (o *ListZonesResponse) SetTotalPages(v int32) + func (o *ListZonesResponse) SetZones(v []Zone) + func (o *ListZonesResponse) UnmarshalJSON(data []byte) (err error) + func (o ListZonesResponse) MarshalJSON() ([]byte, error) + func (o ListZonesResponse) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type Message struct + Message *string + func NewMessage() *Message + func NewMessageWithDefaults() *Message + func (o *Message) GetMessage() string + func (o *Message) GetMessageOk() (*string, bool) + func (o *Message) HasMessage() bool + func (o *Message) SetMessage(v string) + func (o Message) MarshalJSON() ([]byte, error) + func (o Message) ToMap() (map[string]interface{}, error) + type MoveCodeResponse struct + Code string + ExpiresAt string + Message *string + func NewMoveCodeResponse(code string, expiresAt string) *MoveCodeResponse + func NewMoveCodeResponseWithDefaults() *MoveCodeResponse + func (o *MoveCodeResponse) GetCode() string + func (o *MoveCodeResponse) GetCodeOk() (*string, bool) + func (o *MoveCodeResponse) GetExpiresAt() string + func (o *MoveCodeResponse) GetExpiresAtOk() (*string, bool) + func (o *MoveCodeResponse) GetMessage() string + func (o *MoveCodeResponse) GetMessageOk() (*string, bool) + func (o *MoveCodeResponse) HasMessage() bool + func (o *MoveCodeResponse) SetCode(v string) + func (o *MoveCodeResponse) SetExpiresAt(v string) + func (o *MoveCodeResponse) SetMessage(v string) + func (o *MoveCodeResponse) UnmarshalJSON(data []byte) (err error) + func (o MoveCodeResponse) MarshalJSON() ([]byte, error) + func (o MoveCodeResponse) ToMap() (map[string]interface{}, error) + type MoveZonePayload struct + Code string + ZoneDnsName string + func NewMoveZonePayload(code string, zoneDnsName string) *MoveZonePayload + func NewMoveZonePayloadWithDefaults() *MoveZonePayload + func (o *MoveZonePayload) GetCode() string + func (o *MoveZonePayload) GetCodeOk() (*string, bool) + func (o *MoveZonePayload) GetZoneDnsName() string + func (o *MoveZonePayload) GetZoneDnsNameOk() (*string, bool) + func (o *MoveZonePayload) SetCode(v string) + func (o *MoveZonePayload) SetZoneDnsName(v string) + func (o *MoveZonePayload) UnmarshalJSON(data []byte) (err error) + func (o MoveZonePayload) MarshalJSON() ([]byte, error) + func (o MoveZonePayload) ToMap() (map[string]interface{}, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableCloneZonePayload struct + func NewNullableCloneZonePayload(val *CloneZonePayload) *NullableCloneZonePayload + func (v *NullableCloneZonePayload) Set(val *CloneZonePayload) + func (v *NullableCloneZonePayload) UnmarshalJSON(src []byte) error + func (v *NullableCloneZonePayload) Unset() + func (v NullableCloneZonePayload) Get() *CloneZonePayload + func (v NullableCloneZonePayload) IsSet() bool + func (v NullableCloneZonePayload) MarshalJSON() ([]byte, error) + type NullableCreateLabelPayload struct + func NewNullableCreateLabelPayload(val *CreateLabelPayload) *NullableCreateLabelPayload + func (v *NullableCreateLabelPayload) Set(val *CreateLabelPayload) + func (v *NullableCreateLabelPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateLabelPayload) Unset() + func (v NullableCreateLabelPayload) Get() *CreateLabelPayload + func (v NullableCreateLabelPayload) IsSet() bool + func (v NullableCreateLabelPayload) MarshalJSON() ([]byte, error) + type NullableCreateLabelResponse struct + func NewNullableCreateLabelResponse(val *CreateLabelResponse) *NullableCreateLabelResponse + func (v *NullableCreateLabelResponse) Set(val *CreateLabelResponse) + func (v *NullableCreateLabelResponse) UnmarshalJSON(src []byte) error + func (v *NullableCreateLabelResponse) Unset() + func (v NullableCreateLabelResponse) Get() *CreateLabelResponse + func (v NullableCreateLabelResponse) IsSet() bool + func (v NullableCreateLabelResponse) MarshalJSON() ([]byte, error) + type NullableCreateRecordSetPayload struct + func NewNullableCreateRecordSetPayload(val *CreateRecordSetPayload) *NullableCreateRecordSetPayload + func (v *NullableCreateRecordSetPayload) Set(val *CreateRecordSetPayload) + func (v *NullableCreateRecordSetPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateRecordSetPayload) Unset() + func (v NullableCreateRecordSetPayload) Get() *CreateRecordSetPayload + func (v NullableCreateRecordSetPayload) IsSet() bool + func (v NullableCreateRecordSetPayload) MarshalJSON() ([]byte, error) + type NullableCreateZonePayload struct + func NewNullableCreateZonePayload(val *CreateZonePayload) *NullableCreateZonePayload + func (v *NullableCreateZonePayload) Set(val *CreateZonePayload) + func (v *NullableCreateZonePayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateZonePayload) Unset() + func (v NullableCreateZonePayload) Get() *CreateZonePayload + func (v NullableCreateZonePayload) IsSet() bool + func (v NullableCreateZonePayload) MarshalJSON() ([]byte, error) + type NullableDeleteLabelResponse struct + func NewNullableDeleteLabelResponse(val *DeleteLabelResponse) *NullableDeleteLabelResponse + func (v *NullableDeleteLabelResponse) Set(val *DeleteLabelResponse) + func (v *NullableDeleteLabelResponse) UnmarshalJSON(src []byte) error + func (v *NullableDeleteLabelResponse) Unset() + func (v NullableDeleteLabelResponse) Get() *DeleteLabelResponse + func (v NullableDeleteLabelResponse) IsSet() bool + func (v NullableDeleteLabelResponse) MarshalJSON() ([]byte, error) + type NullableDomainExtensions struct + func NewNullableDomainExtensions(val *DomainExtensions) *NullableDomainExtensions + func (v *NullableDomainExtensions) Set(val *DomainExtensions) + func (v *NullableDomainExtensions) UnmarshalJSON(src []byte) error + func (v *NullableDomainExtensions) Unset() + func (v NullableDomainExtensions) Get() *DomainExtensions + func (v NullableDomainExtensions) IsSet() bool + func (v NullableDomainExtensions) MarshalJSON() ([]byte, error) + type NullableDomainObservabilityExtension struct + func NewNullableDomainObservabilityExtension(val *DomainObservabilityExtension) *NullableDomainObservabilityExtension + func (v *NullableDomainObservabilityExtension) Set(val *DomainObservabilityExtension) + func (v *NullableDomainObservabilityExtension) UnmarshalJSON(src []byte) error + func (v *NullableDomainObservabilityExtension) Unset() + func (v NullableDomainObservabilityExtension) Get() *DomainObservabilityExtension + func (v NullableDomainObservabilityExtension) IsSet() bool + func (v NullableDomainObservabilityExtension) MarshalJSON() ([]byte, error) + type NullableErrorMessage struct + func NewNullableErrorMessage(val *ErrorMessage) *NullableErrorMessage + func (v *NullableErrorMessage) Set(val *ErrorMessage) + func (v *NullableErrorMessage) UnmarshalJSON(src []byte) error + func (v *NullableErrorMessage) Unset() + func (v NullableErrorMessage) Get() *ErrorMessage + func (v NullableErrorMessage) IsSet() bool + func (v NullableErrorMessage) MarshalJSON() ([]byte, error) + type NullableExportRecordSetsPayload struct + func NewNullableExportRecordSetsPayload(val *ExportRecordSetsPayload) *NullableExportRecordSetsPayload + func (v *NullableExportRecordSetsPayload) Set(val *ExportRecordSetsPayload) + func (v *NullableExportRecordSetsPayload) UnmarshalJSON(src []byte) error + func (v *NullableExportRecordSetsPayload) Unset() + func (v NullableExportRecordSetsPayload) Get() *ExportRecordSetsPayload + func (v NullableExportRecordSetsPayload) IsSet() bool + func (v NullableExportRecordSetsPayload) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableImportRecordSetsPayload struct + func NewNullableImportRecordSetsPayload(val *ImportRecordSetsPayload) *NullableImportRecordSetsPayload + func (v *NullableImportRecordSetsPayload) Set(val *ImportRecordSetsPayload) + func (v *NullableImportRecordSetsPayload) UnmarshalJSON(src []byte) error + func (v *NullableImportRecordSetsPayload) Unset() + func (v NullableImportRecordSetsPayload) Get() *ImportRecordSetsPayload + func (v NullableImportRecordSetsPayload) IsSet() bool + func (v NullableImportRecordSetsPayload) MarshalJSON() ([]byte, error) + type NullableImportRecordSetsResponse struct + func NewNullableImportRecordSetsResponse(val *ImportRecordSetsResponse) *NullableImportRecordSetsResponse + func (v *NullableImportRecordSetsResponse) Set(val *ImportRecordSetsResponse) + func (v *NullableImportRecordSetsResponse) UnmarshalJSON(src []byte) error + func (v *NullableImportRecordSetsResponse) Unset() + func (v NullableImportRecordSetsResponse) Get() *ImportRecordSetsResponse + func (v NullableImportRecordSetsResponse) IsSet() bool + func (v NullableImportRecordSetsResponse) MarshalJSON() ([]byte, error) + type NullableImportSummary struct + func NewNullableImportSummary(val *ImportSummary) *NullableImportSummary + func (v *NullableImportSummary) Set(val *ImportSummary) + func (v *NullableImportSummary) UnmarshalJSON(src []byte) error + func (v *NullableImportSummary) Unset() + func (v NullableImportSummary) Get() *ImportSummary + func (v NullableImportSummary) IsSet() bool + func (v NullableImportSummary) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableLabel struct + func NewNullableLabel(val *Label) *NullableLabel + func (v *NullableLabel) Set(val *Label) + func (v *NullableLabel) UnmarshalJSON(src []byte) error + func (v *NullableLabel) Unset() + func (v NullableLabel) Get() *Label + func (v NullableLabel) IsSet() bool + func (v NullableLabel) MarshalJSON() ([]byte, error) + type NullableListLabelsResponse struct + func NewNullableListLabelsResponse(val *ListLabelsResponse) *NullableListLabelsResponse + func (v *NullableListLabelsResponse) Set(val *ListLabelsResponse) + func (v *NullableListLabelsResponse) UnmarshalJSON(src []byte) error + func (v *NullableListLabelsResponse) Unset() + func (v NullableListLabelsResponse) Get() *ListLabelsResponse + func (v NullableListLabelsResponse) IsSet() bool + func (v NullableListLabelsResponse) MarshalJSON() ([]byte, error) + type NullableListRecordSetsResponse struct + func NewNullableListRecordSetsResponse(val *ListRecordSetsResponse) *NullableListRecordSetsResponse + func (v *NullableListRecordSetsResponse) Set(val *ListRecordSetsResponse) + func (v *NullableListRecordSetsResponse) UnmarshalJSON(src []byte) error + func (v *NullableListRecordSetsResponse) Unset() + func (v NullableListRecordSetsResponse) Get() *ListRecordSetsResponse + func (v NullableListRecordSetsResponse) IsSet() bool + func (v NullableListRecordSetsResponse) MarshalJSON() ([]byte, error) + type NullableListZonesResponse struct + func NewNullableListZonesResponse(val *ListZonesResponse) *NullableListZonesResponse + func (v *NullableListZonesResponse) Set(val *ListZonesResponse) + func (v *NullableListZonesResponse) UnmarshalJSON(src []byte) error + func (v *NullableListZonesResponse) Unset() + func (v NullableListZonesResponse) Get() *ListZonesResponse + func (v NullableListZonesResponse) IsSet() bool + func (v NullableListZonesResponse) MarshalJSON() ([]byte, error) + type NullableMessage struct + func NewNullableMessage(val *Message) *NullableMessage + func (v *NullableMessage) Set(val *Message) + func (v *NullableMessage) UnmarshalJSON(src []byte) error + func (v *NullableMessage) Unset() + func (v NullableMessage) Get() *Message + func (v NullableMessage) IsSet() bool + func (v NullableMessage) MarshalJSON() ([]byte, error) + type NullableMoveCodeResponse struct + func NewNullableMoveCodeResponse(val *MoveCodeResponse) *NullableMoveCodeResponse + func (v *NullableMoveCodeResponse) Set(val *MoveCodeResponse) + func (v *NullableMoveCodeResponse) UnmarshalJSON(src []byte) error + func (v *NullableMoveCodeResponse) Unset() + func (v NullableMoveCodeResponse) Get() *MoveCodeResponse + func (v NullableMoveCodeResponse) IsSet() bool + func (v NullableMoveCodeResponse) MarshalJSON() ([]byte, error) + type NullableMoveZonePayload struct + func NewNullableMoveZonePayload(val *MoveZonePayload) *NullableMoveZonePayload + func (v *NullableMoveZonePayload) Set(val *MoveZonePayload) + func (v *NullableMoveZonePayload) UnmarshalJSON(src []byte) error + func (v *NullableMoveZonePayload) Unset() + func (v NullableMoveZonePayload) Get() *MoveZonePayload + func (v NullableMoveZonePayload) IsSet() bool + func (v NullableMoveZonePayload) MarshalJSON() ([]byte, error) + type NullablePartialUpdateRecordPayload struct + func NewNullablePartialUpdateRecordPayload(val *PartialUpdateRecordPayload) *NullablePartialUpdateRecordPayload + func (v *NullablePartialUpdateRecordPayload) Set(val *PartialUpdateRecordPayload) + func (v *NullablePartialUpdateRecordPayload) UnmarshalJSON(src []byte) error + func (v *NullablePartialUpdateRecordPayload) Unset() + func (v NullablePartialUpdateRecordPayload) Get() *PartialUpdateRecordPayload + func (v NullablePartialUpdateRecordPayload) IsSet() bool + func (v NullablePartialUpdateRecordPayload) MarshalJSON() ([]byte, error) + type NullablePartialUpdateRecordSetPayload struct + func NewNullablePartialUpdateRecordSetPayload(val *PartialUpdateRecordSetPayload) *NullablePartialUpdateRecordSetPayload + func (v *NullablePartialUpdateRecordSetPayload) Set(val *PartialUpdateRecordSetPayload) + func (v *NullablePartialUpdateRecordSetPayload) UnmarshalJSON(src []byte) error + func (v *NullablePartialUpdateRecordSetPayload) Unset() + func (v NullablePartialUpdateRecordSetPayload) Get() *PartialUpdateRecordSetPayload + func (v NullablePartialUpdateRecordSetPayload) IsSet() bool + func (v NullablePartialUpdateRecordSetPayload) MarshalJSON() ([]byte, error) + type NullablePartialUpdateZonePayload struct + func NewNullablePartialUpdateZonePayload(val *PartialUpdateZonePayload) *NullablePartialUpdateZonePayload + func (v *NullablePartialUpdateZonePayload) Set(val *PartialUpdateZonePayload) + func (v *NullablePartialUpdateZonePayload) UnmarshalJSON(src []byte) error + func (v *NullablePartialUpdateZonePayload) Unset() + func (v NullablePartialUpdateZonePayload) Get() *PartialUpdateZonePayload + func (v NullablePartialUpdateZonePayload) IsSet() bool + func (v NullablePartialUpdateZonePayload) MarshalJSON() ([]byte, error) + type NullableRecord struct + func NewNullableRecord(val *Record) *NullableRecord + func (v *NullableRecord) Set(val *Record) + func (v *NullableRecord) UnmarshalJSON(src []byte) error + func (v *NullableRecord) Unset() + func (v NullableRecord) Get() *Record + func (v NullableRecord) IsSet() bool + func (v NullableRecord) MarshalJSON() ([]byte, error) + type NullableRecordDataExchange struct + func NewNullableRecordDataExchange(val *RecordDataExchange) *NullableRecordDataExchange + func (v *NullableRecordDataExchange) Set(val *RecordDataExchange) + func (v *NullableRecordDataExchange) UnmarshalJSON(src []byte) error + func (v *NullableRecordDataExchange) Unset() + func (v NullableRecordDataExchange) Get() *RecordDataExchange + func (v NullableRecordDataExchange) IsSet() bool + func (v NullableRecordDataExchange) MarshalJSON() ([]byte, error) + type NullableRecordPayload struct + func NewNullableRecordPayload(val *RecordPayload) *NullableRecordPayload + func (v *NullableRecordPayload) Set(val *RecordPayload) + func (v *NullableRecordPayload) UnmarshalJSON(src []byte) error + func (v *NullableRecordPayload) Unset() + func (v NullableRecordPayload) Get() *RecordPayload + func (v NullableRecordPayload) IsSet() bool + func (v NullableRecordPayload) MarshalJSON() ([]byte, error) + type NullableRecordSet struct + func NewNullableRecordSet(val *RecordSet) *NullableRecordSet + func (v *NullableRecordSet) Set(val *RecordSet) + func (v *NullableRecordSet) UnmarshalJSON(src []byte) error + func (v *NullableRecordSet) Unset() + func (v NullableRecordSet) Get() *RecordSet + func (v NullableRecordSet) IsSet() bool + func (v NullableRecordSet) MarshalJSON() ([]byte, error) + type NullableRecordSetResponse struct + func NewNullableRecordSetResponse(val *RecordSetResponse) *NullableRecordSetResponse + func (v *NullableRecordSetResponse) Set(val *RecordSetResponse) + func (v *NullableRecordSetResponse) UnmarshalJSON(src []byte) error + func (v *NullableRecordSetResponse) Unset() + func (v NullableRecordSetResponse) Get() *RecordSetResponse + func (v NullableRecordSetResponse) IsSet() bool + func (v NullableRecordSetResponse) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableValidateMoveCodePayload struct + func NewNullableValidateMoveCodePayload(val *ValidateMoveCodePayload) *NullableValidateMoveCodePayload + func (v *NullableValidateMoveCodePayload) Set(val *ValidateMoveCodePayload) + func (v *NullableValidateMoveCodePayload) UnmarshalJSON(src []byte) error + func (v *NullableValidateMoveCodePayload) Unset() + func (v NullableValidateMoveCodePayload) Get() *ValidateMoveCodePayload + func (v NullableValidateMoveCodePayload) IsSet() bool + func (v NullableValidateMoveCodePayload) MarshalJSON() ([]byte, error) + type NullableZone struct + func NewNullableZone(val *Zone) *NullableZone + func (v *NullableZone) Set(val *Zone) + func (v *NullableZone) UnmarshalJSON(src []byte) error + func (v *NullableZone) Unset() + func (v NullableZone) Get() *Zone + func (v NullableZone) IsSet() bool + func (v NullableZone) MarshalJSON() ([]byte, error) + type NullableZoneDataExchange struct + func NewNullableZoneDataExchange(val *ZoneDataExchange) *NullableZoneDataExchange + func (v *NullableZoneDataExchange) Set(val *ZoneDataExchange) + func (v *NullableZoneDataExchange) UnmarshalJSON(src []byte) error + func (v *NullableZoneDataExchange) Unset() + func (v NullableZoneDataExchange) Get() *ZoneDataExchange + func (v NullableZoneDataExchange) IsSet() bool + func (v NullableZoneDataExchange) MarshalJSON() ([]byte, error) + type NullableZoneExtensions struct + func NewNullableZoneExtensions(val *ZoneExtensions) *NullableZoneExtensions + func (v *NullableZoneExtensions) Set(val *ZoneExtensions) + func (v *NullableZoneExtensions) UnmarshalJSON(src []byte) error + func (v *NullableZoneExtensions) Unset() + func (v NullableZoneExtensions) Get() *ZoneExtensions + func (v NullableZoneExtensions) IsSet() bool + func (v NullableZoneExtensions) MarshalJSON() ([]byte, error) + type NullableZoneModelsImportRecordModel struct + func NewNullableZoneModelsImportRecordModel(val *ZoneModelsImportRecordModel) *NullableZoneModelsImportRecordModel + func (v *NullableZoneModelsImportRecordModel) Set(val *ZoneModelsImportRecordModel) + func (v *NullableZoneModelsImportRecordModel) UnmarshalJSON(src []byte) error + func (v *NullableZoneModelsImportRecordModel) Unset() + func (v NullableZoneModelsImportRecordModel) Get() *ZoneModelsImportRecordModel + func (v NullableZoneModelsImportRecordModel) IsSet() bool + func (v NullableZoneModelsImportRecordModel) MarshalJSON() ([]byte, error) + type NullableZoneModelsImportZoneJson struct + func NewNullableZoneModelsImportZoneJson(val *ZoneModelsImportZoneJson) *NullableZoneModelsImportZoneJson + func (v *NullableZoneModelsImportZoneJson) Set(val *ZoneModelsImportZoneJson) + func (v *NullableZoneModelsImportZoneJson) UnmarshalJSON(src []byte) error + func (v *NullableZoneModelsImportZoneJson) Unset() + func (v NullableZoneModelsImportZoneJson) Get() *ZoneModelsImportZoneJson + func (v NullableZoneModelsImportZoneJson) IsSet() bool + func (v NullableZoneModelsImportZoneJson) MarshalJSON() ([]byte, error) + type NullableZoneObservabilityExtension struct + func NewNullableZoneObservabilityExtension(val *ZoneObservabilityExtension) *NullableZoneObservabilityExtension + func (v *NullableZoneObservabilityExtension) Set(val *ZoneObservabilityExtension) + func (v *NullableZoneObservabilityExtension) UnmarshalJSON(src []byte) error + func (v *NullableZoneObservabilityExtension) Unset() + func (v NullableZoneObservabilityExtension) Get() *ZoneObservabilityExtension + func (v NullableZoneObservabilityExtension) IsSet() bool + func (v NullableZoneObservabilityExtension) MarshalJSON() ([]byte, error) + type NullableZoneResponse struct + func NewNullableZoneResponse(val *ZoneResponse) *NullableZoneResponse + func (v *NullableZoneResponse) Set(val *ZoneResponse) + func (v *NullableZoneResponse) UnmarshalJSON(src []byte) error + func (v *NullableZoneResponse) Unset() + func (v NullableZoneResponse) Get() *ZoneResponse + func (v NullableZoneResponse) IsSet() bool + func (v NullableZoneResponse) MarshalJSON() ([]byte, error) + type PartialUpdateRecordPayload struct + Action string + Records []RecordPayload + func NewPartialUpdateRecordPayload(action string, records []RecordPayload) *PartialUpdateRecordPayload + func NewPartialUpdateRecordPayloadWithDefaults() *PartialUpdateRecordPayload + func (o *PartialUpdateRecordPayload) GetAction() string + func (o *PartialUpdateRecordPayload) GetActionOk() (*string, bool) + func (o *PartialUpdateRecordPayload) GetRecords() []RecordPayload + func (o *PartialUpdateRecordPayload) GetRecordsOk() ([]RecordPayload, bool) + func (o *PartialUpdateRecordPayload) SetAction(v string) + func (o *PartialUpdateRecordPayload) SetRecords(v []RecordPayload) + func (o *PartialUpdateRecordPayload) UnmarshalJSON(data []byte) (err error) + func (o PartialUpdateRecordPayload) MarshalJSON() ([]byte, error) + func (o PartialUpdateRecordPayload) ToMap() (map[string]interface{}, error) + type PartialUpdateRecordSetPayload struct + Comment *string + Name *string + Records []RecordPayload + Ttl *int32 + func NewPartialUpdateRecordSetPayload() *PartialUpdateRecordSetPayload + func NewPartialUpdateRecordSetPayloadWithDefaults() *PartialUpdateRecordSetPayload + func (o *PartialUpdateRecordSetPayload) GetComment() string + func (o *PartialUpdateRecordSetPayload) GetCommentOk() (*string, bool) + func (o *PartialUpdateRecordSetPayload) GetName() string + func (o *PartialUpdateRecordSetPayload) GetNameOk() (*string, bool) + func (o *PartialUpdateRecordSetPayload) GetRecords() []RecordPayload + func (o *PartialUpdateRecordSetPayload) GetRecordsOk() ([]RecordPayload, bool) + func (o *PartialUpdateRecordSetPayload) GetTtl() int32 + func (o *PartialUpdateRecordSetPayload) GetTtlOk() (*int32, bool) + func (o *PartialUpdateRecordSetPayload) HasComment() bool + func (o *PartialUpdateRecordSetPayload) HasName() bool + func (o *PartialUpdateRecordSetPayload) HasRecords() bool + func (o *PartialUpdateRecordSetPayload) HasTtl() bool + func (o *PartialUpdateRecordSetPayload) SetComment(v string) + func (o *PartialUpdateRecordSetPayload) SetName(v string) + func (o *PartialUpdateRecordSetPayload) SetRecords(v []RecordPayload) + func (o *PartialUpdateRecordSetPayload) SetTtl(v int32) + func (o PartialUpdateRecordSetPayload) MarshalJSON() ([]byte, error) + func (o PartialUpdateRecordSetPayload) ToMap() (map[string]interface{}, error) + type PartialUpdateZonePayload struct + Acl *string + ContactEmail *string + DefaultTTL *int32 + Description *string + ExpireTime *int32 + Extensions *ZoneExtensions + Name *string + NegativeCache *int32 + Primaries []string + RefreshTime *int32 + RetryTime *int32 + func NewPartialUpdateZonePayload() *PartialUpdateZonePayload + func NewPartialUpdateZonePayloadWithDefaults() *PartialUpdateZonePayload + func (o *PartialUpdateZonePayload) GetAcl() string + func (o *PartialUpdateZonePayload) GetAclOk() (*string, bool) + func (o *PartialUpdateZonePayload) GetContactEmail() string + func (o *PartialUpdateZonePayload) GetContactEmailOk() (*string, bool) + func (o *PartialUpdateZonePayload) GetDefaultTTL() int32 + func (o *PartialUpdateZonePayload) GetDefaultTTLOk() (*int32, bool) + func (o *PartialUpdateZonePayload) GetDescription() string + func (o *PartialUpdateZonePayload) GetDescriptionOk() (*string, bool) + func (o *PartialUpdateZonePayload) GetExpireTime() int32 + func (o *PartialUpdateZonePayload) GetExpireTimeOk() (*int32, bool) + func (o *PartialUpdateZonePayload) GetExtensions() ZoneExtensions + func (o *PartialUpdateZonePayload) GetExtensionsOk() (*ZoneExtensions, bool) + func (o *PartialUpdateZonePayload) GetName() string + func (o *PartialUpdateZonePayload) GetNameOk() (*string, bool) + func (o *PartialUpdateZonePayload) GetNegativeCache() int32 + func (o *PartialUpdateZonePayload) GetNegativeCacheOk() (*int32, bool) + func (o *PartialUpdateZonePayload) GetPrimaries() []string + func (o *PartialUpdateZonePayload) GetPrimariesOk() ([]string, bool) + func (o *PartialUpdateZonePayload) GetRefreshTime() int32 + func (o *PartialUpdateZonePayload) GetRefreshTimeOk() (*int32, bool) + func (o *PartialUpdateZonePayload) GetRetryTime() int32 + func (o *PartialUpdateZonePayload) GetRetryTimeOk() (*int32, bool) + func (o *PartialUpdateZonePayload) HasAcl() bool + func (o *PartialUpdateZonePayload) HasContactEmail() bool + func (o *PartialUpdateZonePayload) HasDefaultTTL() bool + func (o *PartialUpdateZonePayload) HasDescription() bool + func (o *PartialUpdateZonePayload) HasExpireTime() bool + func (o *PartialUpdateZonePayload) HasExtensions() bool + func (o *PartialUpdateZonePayload) HasName() bool + func (o *PartialUpdateZonePayload) HasNegativeCache() bool + func (o *PartialUpdateZonePayload) HasPrimaries() bool + func (o *PartialUpdateZonePayload) HasRefreshTime() bool + func (o *PartialUpdateZonePayload) HasRetryTime() bool + func (o *PartialUpdateZonePayload) SetAcl(v string) + func (o *PartialUpdateZonePayload) SetContactEmail(v string) + func (o *PartialUpdateZonePayload) SetDefaultTTL(v int32) + func (o *PartialUpdateZonePayload) SetDescription(v string) + func (o *PartialUpdateZonePayload) SetExpireTime(v int32) + func (o *PartialUpdateZonePayload) SetExtensions(v ZoneExtensions) + func (o *PartialUpdateZonePayload) SetName(v string) + func (o *PartialUpdateZonePayload) SetNegativeCache(v int32) + func (o *PartialUpdateZonePayload) SetPrimaries(v []string) + func (o *PartialUpdateZonePayload) SetRefreshTime(v int32) + func (o *PartialUpdateZonePayload) SetRetryTime(v int32) + func (o PartialUpdateZonePayload) MarshalJSON() ([]byte, error) + func (o PartialUpdateZonePayload) ToMap() (map[string]interface{}, error) + type Record struct + Content string + Id string + func NewRecord(content string, id string) *Record + func NewRecordWithDefaults() *Record + func (o *Record) GetContent() string + func (o *Record) GetContentOk() (*string, bool) + func (o *Record) GetId() string + func (o *Record) GetIdOk() (*string, bool) + func (o *Record) SetContent(v string) + func (o *Record) SetId(v string) + func (o *Record) UnmarshalJSON(data []byte) (err error) + func (o Record) MarshalJSON() ([]byte, error) + func (o Record) ToMap() (map[string]interface{}, error) + type RecordDataExchange struct + Comment *string + Content []string + Name *string + Ttl *int32 + Type *string + func NewRecordDataExchange() *RecordDataExchange + func NewRecordDataExchangeWithDefaults() *RecordDataExchange + func (o *RecordDataExchange) GetComment() string + func (o *RecordDataExchange) GetCommentOk() (*string, bool) + func (o *RecordDataExchange) GetContent() []string + func (o *RecordDataExchange) GetContentOk() ([]string, bool) + func (o *RecordDataExchange) GetName() string + func (o *RecordDataExchange) GetNameOk() (*string, bool) + func (o *RecordDataExchange) GetTtl() int32 + func (o *RecordDataExchange) GetTtlOk() (*int32, bool) + func (o *RecordDataExchange) GetType() string + func (o *RecordDataExchange) GetTypeOk() (*string, bool) + func (o *RecordDataExchange) HasComment() bool + func (o *RecordDataExchange) HasContent() bool + func (o *RecordDataExchange) HasName() bool + func (o *RecordDataExchange) HasTtl() bool + func (o *RecordDataExchange) HasType() bool + func (o *RecordDataExchange) SetComment(v string) + func (o *RecordDataExchange) SetContent(v []string) + func (o *RecordDataExchange) SetName(v string) + func (o *RecordDataExchange) SetTtl(v int32) + func (o *RecordDataExchange) SetType(v string) + func (o RecordDataExchange) MarshalJSON() ([]byte, error) + func (o RecordDataExchange) ToMap() (map[string]interface{}, error) + type RecordPayload struct + Content string + func NewRecordPayload(content string) *RecordPayload + func NewRecordPayloadWithDefaults() *RecordPayload + func (o *RecordPayload) GetContent() string + func (o *RecordPayload) GetContentOk() (*string, bool) + func (o *RecordPayload) SetContent(v string) + func (o *RecordPayload) UnmarshalJSON(data []byte) (err error) + func (o RecordPayload) MarshalJSON() ([]byte, error) + func (o RecordPayload) ToMap() (map[string]interface{}, error) + type RecordSet struct + Active *bool + Comment *string + CreationFinished string + CreationStarted string + Error *string + Id string + Name string + Records []Record + State string + Ttl int32 + Type string + UpdateFinished string + UpdateStarted string + func NewRecordSet(creationFinished string, creationStarted string, id string, name string, ...) *RecordSet + func NewRecordSetWithDefaults() *RecordSet + func (o *RecordSet) GetActive() bool + func (o *RecordSet) GetActiveOk() (*bool, bool) + func (o *RecordSet) GetComment() string + func (o *RecordSet) GetCommentOk() (*string, bool) + func (o *RecordSet) GetCreationFinished() string + func (o *RecordSet) GetCreationFinishedOk() (*string, bool) + func (o *RecordSet) GetCreationStarted() string + func (o *RecordSet) GetCreationStartedOk() (*string, bool) + func (o *RecordSet) GetError() string + func (o *RecordSet) GetErrorOk() (*string, bool) + func (o *RecordSet) GetId() string + func (o *RecordSet) GetIdOk() (*string, bool) + func (o *RecordSet) GetName() string + func (o *RecordSet) GetNameOk() (*string, bool) + func (o *RecordSet) GetRecords() []Record + func (o *RecordSet) GetRecordsOk() ([]Record, bool) + func (o *RecordSet) GetState() string + func (o *RecordSet) GetStateOk() (*string, bool) + func (o *RecordSet) GetTtl() int32 + func (o *RecordSet) GetTtlOk() (*int32, bool) + func (o *RecordSet) GetType() string + func (o *RecordSet) GetTypeOk() (*string, bool) + func (o *RecordSet) GetUpdateFinished() string + func (o *RecordSet) GetUpdateFinishedOk() (*string, bool) + func (o *RecordSet) GetUpdateStarted() string + func (o *RecordSet) GetUpdateStartedOk() (*string, bool) + func (o *RecordSet) HasActive() bool + func (o *RecordSet) HasComment() bool + func (o *RecordSet) HasError() bool + func (o *RecordSet) SetActive(v bool) + func (o *RecordSet) SetComment(v string) + func (o *RecordSet) SetCreationFinished(v string) + func (o *RecordSet) SetCreationStarted(v string) + func (o *RecordSet) SetError(v string) + func (o *RecordSet) SetId(v string) + func (o *RecordSet) SetName(v string) + func (o *RecordSet) SetRecords(v []Record) + func (o *RecordSet) SetState(v string) + func (o *RecordSet) SetTtl(v int32) + func (o *RecordSet) SetType(v string) + func (o *RecordSet) SetUpdateFinished(v string) + func (o *RecordSet) SetUpdateStarted(v string) + func (o *RecordSet) UnmarshalJSON(data []byte) (err error) + func (o RecordSet) MarshalJSON() ([]byte, error) + func (o RecordSet) ToMap() (map[string]interface{}, error) + type RecordSetResponse struct + Message *string + Rrset RecordSet + func NewRecordSetResponse(rrset RecordSet) *RecordSetResponse + func NewRecordSetResponseWithDefaults() *RecordSetResponse + func (o *RecordSetResponse) GetMessage() string + func (o *RecordSetResponse) GetMessageOk() (*string, bool) + func (o *RecordSetResponse) GetRrset() RecordSet + func (o *RecordSetResponse) GetRrsetOk() (*RecordSet, bool) + func (o *RecordSetResponse) HasMessage() bool + func (o *RecordSetResponse) SetMessage(v string) + func (o *RecordSetResponse) SetRrset(v RecordSet) + func (o *RecordSetResponse) UnmarshalJSON(data []byte) (err error) + func (o RecordSetResponse) MarshalJSON() ([]byte, error) + func (o RecordSetResponse) ToMap() (map[string]interface{}, error) + type ValidateMoveCodePayload struct + Code string + func NewValidateMoveCodePayload(code string) *ValidateMoveCodePayload + func NewValidateMoveCodePayloadWithDefaults() *ValidateMoveCodePayload + func (o *ValidateMoveCodePayload) GetCode() string + func (o *ValidateMoveCodePayload) GetCodeOk() (*string, bool) + func (o *ValidateMoveCodePayload) SetCode(v string) + func (o *ValidateMoveCodePayload) UnmarshalJSON(data []byte) (err error) + func (o ValidateMoveCodePayload) MarshalJSON() ([]byte, error) + func (o ValidateMoveCodePayload) ToMap() (map[string]interface{}, error) + type Zone struct + Acl string + Active *bool + ContactEmail *string + CreationFinished string + CreationStarted string + DefaultTTL int32 + Description *string + DnsName string + Error *string + ExpireTime int32 + Extensions *DomainExtensions + Id string + IsReverseZone *bool + Labels []Label + Name string + NegativeCache int32 + Primaries []string + PrimaryNameServer string + RecordCount *int32 + RefreshTime int32 + RetryTime int32 + SerialNumber int32 + State string + Type string + UpdateFinished string + UpdateStarted string + Visibility string + func NewZone(acl string, creationFinished string, creationStarted string, defaultTTL int32, ...) *Zone + func NewZoneWithDefaults() *Zone + func (o *Zone) GetAcl() string + func (o *Zone) GetAclOk() (*string, bool) + func (o *Zone) GetActive() bool + func (o *Zone) GetActiveOk() (*bool, bool) + func (o *Zone) GetContactEmail() string + func (o *Zone) GetContactEmailOk() (*string, bool) + func (o *Zone) GetCreationFinished() string + func (o *Zone) GetCreationFinishedOk() (*string, bool) + func (o *Zone) GetCreationStarted() string + func (o *Zone) GetCreationStartedOk() (*string, bool) + func (o *Zone) GetDefaultTTL() int32 + func (o *Zone) GetDefaultTTLOk() (*int32, bool) + func (o *Zone) GetDescription() string + func (o *Zone) GetDescriptionOk() (*string, bool) + func (o *Zone) GetDnsName() string + func (o *Zone) GetDnsNameOk() (*string, bool) + func (o *Zone) GetError() string + func (o *Zone) GetErrorOk() (*string, bool) + func (o *Zone) GetExpireTime() int32 + func (o *Zone) GetExpireTimeOk() (*int32, bool) + func (o *Zone) GetExtensions() DomainExtensions + func (o *Zone) GetExtensionsOk() (*DomainExtensions, bool) + func (o *Zone) GetId() string + func (o *Zone) GetIdOk() (*string, bool) + func (o *Zone) GetIsReverseZone() bool + func (o *Zone) GetIsReverseZoneOk() (*bool, bool) + func (o *Zone) GetLabels() []Label + func (o *Zone) GetLabelsOk() ([]Label, bool) + func (o *Zone) GetName() string + func (o *Zone) GetNameOk() (*string, bool) + func (o *Zone) GetNegativeCache() int32 + func (o *Zone) GetNegativeCacheOk() (*int32, bool) + func (o *Zone) GetPrimaries() []string + func (o *Zone) GetPrimariesOk() ([]string, bool) + func (o *Zone) GetPrimaryNameServer() string + func (o *Zone) GetPrimaryNameServerOk() (*string, bool) + func (o *Zone) GetRecordCount() int32 + func (o *Zone) GetRecordCountOk() (*int32, bool) + func (o *Zone) GetRefreshTime() int32 + func (o *Zone) GetRefreshTimeOk() (*int32, bool) + func (o *Zone) GetRetryTime() int32 + func (o *Zone) GetRetryTimeOk() (*int32, bool) + func (o *Zone) GetSerialNumber() int32 + func (o *Zone) GetSerialNumberOk() (*int32, bool) + func (o *Zone) GetState() string + func (o *Zone) GetStateOk() (*string, bool) + func (o *Zone) GetType() string + func (o *Zone) GetTypeOk() (*string, bool) + func (o *Zone) GetUpdateFinished() string + func (o *Zone) GetUpdateFinishedOk() (*string, bool) + func (o *Zone) GetUpdateStarted() string + func (o *Zone) GetUpdateStartedOk() (*string, bool) + func (o *Zone) GetVisibility() string + func (o *Zone) GetVisibilityOk() (*string, bool) + func (o *Zone) HasActive() bool + func (o *Zone) HasContactEmail() bool + func (o *Zone) HasDescription() bool + func (o *Zone) HasError() bool + func (o *Zone) HasExtensions() bool + func (o *Zone) HasIsReverseZone() bool + func (o *Zone) HasLabels() bool + func (o *Zone) HasPrimaries() bool + func (o *Zone) HasRecordCount() bool + func (o *Zone) SetAcl(v string) + func (o *Zone) SetActive(v bool) + func (o *Zone) SetContactEmail(v string) + func (o *Zone) SetCreationFinished(v string) + func (o *Zone) SetCreationStarted(v string) + func (o *Zone) SetDefaultTTL(v int32) + func (o *Zone) SetDescription(v string) + func (o *Zone) SetDnsName(v string) + func (o *Zone) SetError(v string) + func (o *Zone) SetExpireTime(v int32) + func (o *Zone) SetExtensions(v DomainExtensions) + func (o *Zone) SetId(v string) + func (o *Zone) SetIsReverseZone(v bool) + func (o *Zone) SetLabels(v []Label) + func (o *Zone) SetName(v string) + func (o *Zone) SetNegativeCache(v int32) + func (o *Zone) SetPrimaries(v []string) + func (o *Zone) SetPrimaryNameServer(v string) + func (o *Zone) SetRecordCount(v int32) + func (o *Zone) SetRefreshTime(v int32) + func (o *Zone) SetRetryTime(v int32) + func (o *Zone) SetSerialNumber(v int32) + func (o *Zone) SetState(v string) + func (o *Zone) SetType(v string) + func (o *Zone) SetUpdateFinished(v string) + func (o *Zone) SetUpdateStarted(v string) + func (o *Zone) SetVisibility(v string) + func (o *Zone) UnmarshalJSON(data []byte) (err error) + func (o Zone) MarshalJSON() ([]byte, error) + func (o Zone) ToMap() (map[string]interface{}, error) + type ZoneDataExchange struct + RrSets []RecordDataExchange + func NewZoneDataExchange() *ZoneDataExchange + func NewZoneDataExchangeWithDefaults() *ZoneDataExchange + func (o *ZoneDataExchange) GetRrSets() []RecordDataExchange + func (o *ZoneDataExchange) GetRrSetsOk() ([]RecordDataExchange, bool) + func (o *ZoneDataExchange) HasRrSets() bool + func (o *ZoneDataExchange) SetRrSets(v []RecordDataExchange) + func (o ZoneDataExchange) MarshalJSON() ([]byte, error) + func (o ZoneDataExchange) ToMap() (map[string]interface{}, error) + type ZoneExtensions struct + ObservabilityExtension *ZoneObservabilityExtension + func NewZoneExtensions() *ZoneExtensions + func NewZoneExtensionsWithDefaults() *ZoneExtensions + func (o *ZoneExtensions) GetObservabilityExtension() ZoneObservabilityExtension + func (o *ZoneExtensions) GetObservabilityExtensionOk() (*ZoneObservabilityExtension, bool) + func (o *ZoneExtensions) HasObservabilityExtension() bool + func (o *ZoneExtensions) SetObservabilityExtension(v ZoneObservabilityExtension) + func (o ZoneExtensions) MarshalJSON() ([]byte, error) + func (o ZoneExtensions) ToMap() (map[string]interface{}, error) + type ZoneModelsImportRecordModel struct + Comment *string + Content []string + Name *string + Ttl *int32 + Type *string + func NewZoneModelsImportRecordModel() *ZoneModelsImportRecordModel + func NewZoneModelsImportRecordModelWithDefaults() *ZoneModelsImportRecordModel + func (o *ZoneModelsImportRecordModel) GetComment() string + func (o *ZoneModelsImportRecordModel) GetCommentOk() (*string, bool) + func (o *ZoneModelsImportRecordModel) GetContent() []string + func (o *ZoneModelsImportRecordModel) GetContentOk() ([]string, bool) + func (o *ZoneModelsImportRecordModel) GetName() string + func (o *ZoneModelsImportRecordModel) GetNameOk() (*string, bool) + func (o *ZoneModelsImportRecordModel) GetTtl() int32 + func (o *ZoneModelsImportRecordModel) GetTtlOk() (*int32, bool) + func (o *ZoneModelsImportRecordModel) GetType() string + func (o *ZoneModelsImportRecordModel) GetTypeOk() (*string, bool) + func (o *ZoneModelsImportRecordModel) HasComment() bool + func (o *ZoneModelsImportRecordModel) HasContent() bool + func (o *ZoneModelsImportRecordModel) HasName() bool + func (o *ZoneModelsImportRecordModel) HasTtl() bool + func (o *ZoneModelsImportRecordModel) HasType() bool + func (o *ZoneModelsImportRecordModel) SetComment(v string) + func (o *ZoneModelsImportRecordModel) SetContent(v []string) + func (o *ZoneModelsImportRecordModel) SetName(v string) + func (o *ZoneModelsImportRecordModel) SetTtl(v int32) + func (o *ZoneModelsImportRecordModel) SetType(v string) + func (o ZoneModelsImportRecordModel) MarshalJSON() ([]byte, error) + func (o ZoneModelsImportRecordModel) ToMap() (map[string]interface{}, error) + type ZoneModelsImportZoneJson struct + RrSets []ZoneModelsImportRecordModel + func NewZoneModelsImportZoneJson() *ZoneModelsImportZoneJson + func NewZoneModelsImportZoneJsonWithDefaults() *ZoneModelsImportZoneJson + func (o *ZoneModelsImportZoneJson) GetRrSets() []ZoneModelsImportRecordModel + func (o *ZoneModelsImportZoneJson) GetRrSetsOk() ([]ZoneModelsImportRecordModel, bool) + func (o *ZoneModelsImportZoneJson) HasRrSets() bool + func (o *ZoneModelsImportZoneJson) SetRrSets(v []ZoneModelsImportRecordModel) + func (o ZoneModelsImportZoneJson) MarshalJSON() ([]byte, error) + func (o ZoneModelsImportZoneJson) ToMap() (map[string]interface{}, error) + type ZoneObservabilityExtension struct + ObservabilityInstanceId string + State *string + func NewZoneObservabilityExtension(observabilityInstanceId string) *ZoneObservabilityExtension + func NewZoneObservabilityExtensionWithDefaults() *ZoneObservabilityExtension + func (o *ZoneObservabilityExtension) GetObservabilityInstanceId() string + func (o *ZoneObservabilityExtension) GetObservabilityInstanceIdOk() (*string, bool) + func (o *ZoneObservabilityExtension) GetState() string + func (o *ZoneObservabilityExtension) GetStateOk() (*string, bool) + func (o *ZoneObservabilityExtension) HasState() bool + func (o *ZoneObservabilityExtension) SetObservabilityInstanceId(v string) + func (o *ZoneObservabilityExtension) SetState(v string) + func (o *ZoneObservabilityExtension) UnmarshalJSON(data []byte) (err error) + func (o ZoneObservabilityExtension) MarshalJSON() ([]byte, error) + func (o ZoneObservabilityExtension) ToMap() (map[string]interface{}, error) + type ZoneResponse struct + Message *string + Zone Zone + func NewZoneResponse(zone Zone) *ZoneResponse + func NewZoneResponseWithDefaults() *ZoneResponse + func (o *ZoneResponse) GetMessage() string + func (o *ZoneResponse) GetMessageOk() (*string, bool) + func (o *ZoneResponse) GetZone() Zone + func (o *ZoneResponse) GetZoneOk() (*Zone, bool) + func (o *ZoneResponse) HasMessage() bool + func (o *ZoneResponse) SetMessage(v string) + func (o *ZoneResponse) SetZone(v Zone) + func (o *ZoneResponse) UnmarshalJSON(data []byte) (err error) + func (o ZoneResponse) MarshalJSON() ([]byte, error) + func (o ZoneResponse) ToMap() (map[string]interface{}, error)