google_api_managed_identities v0.2.0 GoogleApi.ManagedIdentities.V1.Model.ListDomainsResponse 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
Link to this type
t()
View Sourcet() :: %GoogleApi.ManagedIdentities.V1.Model.ListDomainsResponse{ domains: [GoogleApi.ManagedIdentities.V1.Model.Domain.t()], nextPageToken: String.t(), unreachable: [String.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.