GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse constructor

GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse({
  1. EnterpriseCrmFrontendsEventbusProtoEventParameters? eventParameters,
  2. bool? executionFailed,
  3. String? executionId,
  4. Map<String, Object?>? outputParameters,
  5. List<EnterpriseCrmFrontendsEventbusProtoParameterEntry>? parameterEntries,
})

Implementation

GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse({
  this.eventParameters,
  this.executionFailed,
  this.executionId,
  this.outputParameters,
  this.parameterEntries,
});