View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse (google_api_integrations v0.10.0)
The response for executing an integration.
Attributes
-
eventParameters(type:GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoEventParameters.t, default:nil) - Details for the integration that were executed. -
executionFailed(type:boolean(), default:nil) - Is true if any execution in the integration failed. False otherwise. -
executionId(type:String.t, default:nil) - The id of the execution corresponding to this run of integration. -
outputParameters(type:map(), default:nil) - OUTPUT parameters in format of Map. Where Key is the name of the parameter. Note: Name of the system generated parameters are wrapped by backtick() to distinguish them from the user defined parameters. *parameterEntries(*type:*list(GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoParameterEntry.t), *default:*nil`) - Parameters are a part of Event and can be used to communicate between different tasks that are part of the same integration execution.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse{ eventParameters: GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoEventParameters.t() | nil, executionFailed: boolean() | nil, executionId: String.t() | nil, outputParameters: map() | nil, parameterEntries: [ GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoParameterEntry.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.