View Source GoogleApi.CertificateManager.V1.Model.ListDnsAuthorizationsResponse (google_api_certificate_manager v0.8.1)

Response for the ListDnsAuthorizations method.

Attributes

  • dnsAuthorizations (type: list(GoogleApi.CertificateManager.V1.Model.DnsAuthorization.t), default: nil) - A list of dns authorizations for the parent resource.
  • nextPageToken (type: String.t, default: nil) - If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CertificateManager.V1.Model.ListDnsAuthorizationsResponse{
  dnsAuthorizations:
    [GoogleApi.CertificateManager.V1.Model.DnsAuthorization.t()] | nil,
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.