View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListSuspensionsResponse (google_api_integrations v0.14.0)

Response for Suspensions.ListSuspensions.

Attributes

  • nextPageToken (type: String.t, default: nil) - Token to retrieve the next page of results.
  • suspensions (type: list(GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaSuspension.t), default: nil) - The suspensions for the relevant execution which the caller has permissions to view and resolve.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListSuspensionsResponse{
    nextPageToken: String.t() | nil,
    suspensions:
      [
        GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaSuspension.t()
      ]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.