View Source GoogleApi.FirebaseHosting.V1beta1.Model.ListCustomDomainsResponse (google_api_firebase_hosting v0.17.1)

The response from ListCustomDomains.

Attributes

  • customDomains (type: list(GoogleApi.FirebaseHosting.V1beta1.Model.CustomDomain.t), default: nil) - A list of CustomDomain entities associated with the specified Firebase Site.
  • nextPageToken (type: String.t, default: nil) - The pagination token, if more results exist beyond the ones in this response. Include this token in your next call to ListCustomDomains. Page tokens are short-lived and should not be stored.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.ListCustomDomainsResponse{
  customDomains:
    [GoogleApi.FirebaseHosting.V1beta1.Model.CustomDomain.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.