DeprecatedWorkflow class
Details about a workflow.
Constructors
Properties
- default$ → bool
-
final
- description → String?
-
The description of the workflow.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedDate → String?
-
The datetime the workflow was last modified.
final
- lastModifiedUser → String?
-
This property is no longer available and will be removed from the
documentation soon. See the
deprecation notice
for details.
final
- lastModifiedUserAccountId → String?
-
The account ID of the user that last modified the workflow.
final
- name → String?
-
The name of the workflow.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope → Scope?
-
The scope where this workflow applies
final
- steps → int?
-
The number of steps included in the workflow.
final
Methods
-
copyWith(
{bool? default$, String? description, String? lastModifiedDate, String? lastModifiedUser, String? lastModifiedUserAccountId, String? name, Scope? scope, int? steps}) → DeprecatedWorkflow -
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