ExecuteIntegrationsResponse

The response for executing an integration.

JSON representation
{ "executionId": string, "outputParameters": { object }, "parameters": { string: { object (ValueType) }, ... } }
Fields
executionId

string

The id of the execution corresponding to this run of integration.

outputParameters

object (Struct format)

OUTPUT parameters in format of Map<Key,Value>. 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.

parameters

map (key: string, value: object (ValueType))

Optional. OUTPUT parameters from integration execution.