WorkflowCreateRequest class
The create workflows payload.
Constructors
-
WorkflowCreateRequest({required WorkflowScope scope, required List<
WorkflowStatusUpdate> statuses, required List<WorkflowCreate> workflows}) -
WorkflowCreateRequest.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
- scope → WorkflowScope
-
final
-
statuses
→ List<
WorkflowStatusUpdate> -
The statuses to associate with the workflows.
final
-
workflows
→ List<
WorkflowCreate> -
The details of the workflows to create.
final
Methods
-
copyWith(
{WorkflowScope? scope, List< WorkflowStatusUpdate> ? statuses, List<WorkflowCreate> ? workflows}) → WorkflowCreateRequest -
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