WorkflowRulesSearch class
Details of the workflow and its transition rules.
Constructors
-
WorkflowRulesSearch({String? expand, required List<
String> ruleIds, required String workflowEntityId}) -
WorkflowRulesSearch.fromJson(Map<
String, Object?> json) -
factory
Properties
- expand → String?
-
Use expand to include additional information in the response. This
parameter accepts
transition
which, for each rule, returns information about the transition the rule is assigned to.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
ruleIds
→ List<
String> -
The list of workflow rule IDs.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- workflowEntityId → String
-
The workflow ID.
final
Methods
-
copyWith(
{String? expand, List< String> ? ruleIds, String? workflowEntityId}) → WorkflowRulesSearch -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited