View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListConnectionsResponse (google_api_integrations v0.3.0)
Response containing Connections listed by region.
Attributes
-
connections
(type:list(GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1Connection.t)
, default:nil
) - Connections. -
nextPageToken
(type:String.t
, default:nil
) - Next page token.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListConnectionsResponse{ connections: [ GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1Connection.t() ] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.