GoogleApi.ManagedIdentities.V1.Model.ListDomainsResponse (google_api_managed_identities v0.19.1)
View SourceResponse 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ManagedIdentities.V1.Model.ListDomainsResponse{ domains: [GoogleApi.ManagedIdentities.V1.Model.Domain.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }