View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListExecutionsResponse (google_api_integrations v0.10.0)
Response for listing the integration execution data.
Attributes
-
executionInfos(type:list(GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo.t), default:nil) - Required. The detailed information of requested executions. -
executions(type:list(GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaExecution.t), default:nil) - The detailed information of requested executions -
nextPageToken(type:String.t, default:nil) - The token used to retrieve the next page results.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListExecutionsResponse{ executionInfos: [ GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo.t() ] | nil, executions: [ GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaExecution.t() ] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.