GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest class
LINT.IfChange Use this request to post all workflows associated with a given trigger id.
Next available id: 13
Constructors
- 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})
- GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest.fromJson(Map json_)
Properties
- clientId ↔ String?
-
If the client id is provided, then the combination of trigger id and
client id is matched across all the workflows.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- ignoreErrorIfNoActiveWorkflow ↔ bool?
-
Flag to determine whether clients would suppress a warning when no ACTIVE
workflows are not found.
getter/setter pair
- parameters ↔ EnterpriseCrmEventbusProtoEventParameters?
-
Passed in as parameters to each workflow execution.
getter/setter pair
- priority ↔ String?
-
The request priority this request should be processed at.
getter/setter pair
- quotaRetryCount ↔ int?
-
This is a field to see the quota retry count for integration execution
getter/setter pair
- requestId ↔ String?
-
This is used to de-dup incoming request: if the duplicate request was
detected, the response from the previous execution is returned.
getter/setter pair
- resourceName ↔ String?
-
This field is only required when using Admin Access.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduledTime ↔ String?
-
Time in milliseconds since epoch when the given event would be scheduled.
getter/setter pair
- testMode ↔ bool?
-
Sets test mode in {@link enterprise/crm/eventbus/event_message.proto}.
getter/setter pair
- triggerId ↔ String?
-
Matched against all {@link TriggerConfig}s across all workflows.
getter/setter pair
- userGeneratedExecutionId ↔ String?
-
This is a unique id provided by the method caller.
getter/setter pair
- workflowName ↔ String?
-
If provided, the workflow_name is used to filter all the matched workflows
having same trigger_id+client_id.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited