View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListIntegrationsResponse (google_api_integrations v0.10.0)
Response for ListIntegrations.
Attributes
-
integrations(type:list(GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaIntegration.t), default:nil) - The integrations which match the request. -
nextPageToken(type:String.t, default:nil) - The next page token for the response.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListIntegrationsResponse{ integrations: [ GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaIntegration.t() ] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.