ReassignApprovalRequest class

Request for reassigning an approval.

Reviewers can be added or replaced, but not removed.

Constructors

ReassignApprovalRequest({List<AddReviewer>? addReviewers, String? message, List<ReplaceReviewer>? replaceReviewers})
ReassignApprovalRequest.fromJson(Map json_)

Properties

addReviewers List<AddReviewer>?
The list of reviewers to add.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String?
A message to send to the new reviewers.
getter/setter pair
replaceReviewers List<ReplaceReviewer>?
The list of reviewer replacements.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited