WorkflowReadRequest class
Constructors
-
WorkflowReadRequest({List<
ProjectAndIssueTypePair> ? projectAndIssueTypes, List<String> ? workflowIds, List<String> ? workflowNames}) -
WorkflowReadRequest.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
projectAndIssueTypes
→ List<
ProjectAndIssueTypePair> -
The list of projects and issue types to query.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
workflowIds
→ List<
String> -
The list of workflow IDs to query.
final
-
workflowNames
→ List<
String> -
The list of workflow names to query.
final
Methods
-
copyWith(
{List< ProjectAndIssueTypePair> ? projectAndIssueTypes, List<String> ? workflowIds, List<String> ? workflowNames}) → WorkflowReadRequest -
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