google_api_dns v0.3.0 GoogleApi.DNS.V1.Model.ManagedZonesListResponse View Source

Attributes

  • header (ResponseHeader): Defaults to: null.
  • kind (String.t): Type of resource. Defaults to: null.
  • managedZones ([ManagedZone]): Defaults to: null.
  • nextPageToken (String.t): Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.DNS.V1.Model.ManagedZonesListResponse{
  header: GoogleApi.DNS.V1.Model.ResponseHeader.t(),
  kind: any(),
  managedZones: [GoogleApi.DNS.V1.Model.ManagedZone.t()],
  nextPageToken: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.