View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListConnectionsResponse (google_api_integrations v0.12.1)
Response containing Connections listed by region.
Attributes
-
connections
(type:list(GoogleApi.Integrations.V1.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.V1.Model.GoogleCloudIntegrationsV1alphaListConnectionsResponse{ connections: [GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1Connection.t()] | nil, nextPageToken: String.t() | nil }