GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListDnsZonesResponse (google_api_apigee v0.54.0)

View Source

Response for list DNS zones.

Attributes

  • dnsZones (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DnsZone.t), default: nil) - DNS zones in a given organization.
  • nextPageToken (type: String.t, default: nil) - Page token that you can include in an ListDnsZones request to retrieve the next page. If omitted, no subsequent pages exist.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListDnsZonesResponse{
  dnsZones: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DnsZone.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.