View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListSuspensionsResponse (google_api_integrations v0.10.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.V1alpha.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
@type t() :: %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListSuspensionsResponse{ nextPageToken: String.t() | nil, suspensions: [ GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSuspension.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.