GoogleCloudIntegrationsV1alphaExecuteIntegrationsRequest constructor

GoogleCloudIntegrationsV1alphaExecuteIntegrationsRequest({
  1. bool? doNotPropagateError,
  2. String? executionId,
  3. Map<String, GoogleCloudIntegrationsV1alphaValueType>? inputParameters,
  4. List<EnterpriseCrmFrontendsEventbusProtoParameterEntry>? parameterEntries,
  5. EnterpriseCrmFrontendsEventbusProtoEventParameters? parameters,
  6. String? requestId,
  7. String? triggerId,
})

Implementation

GoogleCloudIntegrationsV1alphaExecuteIntegrationsRequest({
  this.doNotPropagateError,
  this.executionId,
  this.inputParameters,
  this.parameterEntries,
  this.parameters,
  this.requestId,
  this.triggerId,
});