GoogleApi.ManagedIdentities.V1.Model.ListPeeringsResponse (google_api_managed_identities v0.19.1)
View SourceListPeeringsResponse is the response message for ListPeerings method.
Attributes
-
nextPageToken(type:String.t, default:nil) - Token to retrieve the next page of results, or empty if there are no more results in the list. -
peerings(type:list(GoogleApi.ManagedIdentities.V1.Model.Peering.t), default:nil) - A list of Managed Identities Service Peerings in the project. -
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
@type t() :: %GoogleApi.ManagedIdentities.V1.Model.ListPeeringsResponse{ nextPageToken: String.t() | nil, peerings: [GoogleApi.ManagedIdentities.V1.Model.Peering.t()] | nil, unreachable: [String.t()] | nil }