GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest constructor
GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest({
- String? clientId,
- bool? ignoreErrorIfNoActiveWorkflow,
- EnterpriseCrmEventbusProtoEventParameters? parameters,
- String? priority,
- int? quotaRetryCount,
- String? requestId,
- String? resourceName,
- String? scheduledTime,
- bool? testMode,
- String? triggerId,
- String? userGeneratedExecutionId,
- 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,
});