View Source GoogleApi.ManagedIdentities.V1.Model.ListSqlIntegrationsResponse (google_api_managed_identities v0.18.0)
ListSqlIntegrationsResponse is the response message for ListSqlIntegrations 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. -
sqlIntegrations
(type:list(GoogleApi.ManagedIdentities.V1.Model.SqlIntegration.t)
, default:nil
) - A list of SQLIntegrations of a domain. -
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.ListSqlIntegrationsResponse{ nextPageToken: String.t() | nil, sqlIntegrations: [GoogleApi.ManagedIdentities.V1.Model.SqlIntegration.t()] | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.