GoogleApi.ManagedIdentities.V1.Model.ListDomainsResponse (google_api_managed_identities v0.7.1) View Source

Response message for ListDomains

Attributes

  • domains (type: list(GoogleApi.ManagedIdentities.V1.Model.Domain.t), default: nil) - A list of Managed Identities Service domains in the project.
  • nextPageToken (type: String.t, default: nil) - A token to retrieve the next page of results, or empty if there are no more results in the list.
  • unreachable (type: list(String.t), default: nil) - A list of locations that could not be reached.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ManagedIdentities.V1.Model.ListDomainsResponse{
  domains: [GoogleApi.ManagedIdentities.V1.Model.Domain.t()],
  nextPageToken: String.t(),
  unreachable: [String.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.