ReorderIssueResolutionsRequest class

Change the order of issue resolutions.

Constructors

ReorderIssueResolutionsRequest({String? after, required List<String> ids, String? position})
ReorderIssueResolutionsRequest.fromJson(Map<String, Object?> json)
factory

Properties

after String?
The ID of the resolution. Required if position isn't provided.
final
hashCode int
The hash code for this object.
no setterinherited
ids List<String>
The list of resolution IDs to be reordered. Cannot contain duplicates nor after ID.
final
position String?
The position for issue resolutions to be moved to. Required if after isn't provided.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? after, List<String>? ids, String? position}) ReorderIssueResolutionsRequest
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