WorkflowUpdateRequest class
The update workflows payload.
Constructors
-
WorkflowUpdateRequest({required List<
WorkflowStatusUpdate> statuses, required List<WorkflowUpdate> workflows}) -
WorkflowUpdateRequest.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
statuses
→ List<
WorkflowStatusUpdate> -
The statuses to associate with the workflows.
final
-
workflows
→ List<
WorkflowUpdate> -
The details of the workflows to update.
final
Methods
-
copyWith(
{List< WorkflowStatusUpdate> ? statuses, List<WorkflowUpdate> ? workflows}) → WorkflowUpdateRequest -
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