GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest constructor

GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest({
  1. String? clientId,
  2. bool? ignoreErrorIfNoActiveWorkflow,
  3. EnterpriseCrmEventbusProtoEventParameters? parameters,
  4. String? priority,
  5. int? quotaRetryCount,
  6. String? requestId,
  7. String? resourceName,
  8. String? scheduledTime,
  9. bool? testMode,
  10. String? triggerId,
  11. String? userGeneratedExecutionId,
  12. String? workflowName,
})

Implementation

GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest({
  this.clientId,
  this.ignoreErrorIfNoActiveWorkflow,
  this.parameters,
  this.priority,
  this.quotaRetryCount,
  this.requestId,
  this.resourceName,
  this.scheduledTime,
  this.testMode,
  this.triggerId,
  this.userGeneratedExecutionId,
  this.workflowName,
});