View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListIntegrationsResponse (google_api_integrations v0.9.0)

Response for ListIntegrations.

Attributes

  • integrations (type: list(GoogleApi.Integrations.V1alpha.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.V1alpha.Model.GoogleCloudIntegrationsV1alphaListIntegrationsResponse{
    integrations:
      [
        GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegration.t()
      ]
      | nil,
    nextPageToken: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.