GoogleApi.ManagedIdentities.V1.Model.ListSqlIntegrationsResponse (google_api_managed_identities v0.16.1) View Source
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.
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.ListSqlIntegrationsResponse{ nextPageToken: String.t() | nil, sqlIntegrations: [GoogleApi.ManagedIdentities.V1.Model.SqlIntegration.t()] | nil, unreachable: [String.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.