View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListExecutionsResponse (google_api_integrations v0.5.1)
Response for listing the integration execution data.
Attributes
-
executionInfos
(type:list(GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo.t)
, default:nil
) - Required. The detailed information of requested executions. -
executions
(type:list(GoogleApi.Integrations.V1.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.V1.Model.GoogleCloudIntegrationsV1alphaListExecutionsResponse{ executionInfos: [ GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo.t() ] | nil, executions: [ GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaExecution.t() ] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.