Input$UpdateTeamReviewAssignmentInput class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Input$UpdateTeamReviewAssignmentInput({Enum$TeamReviewAssignmentAlgorithm? algorithm, String? clientMutationId, required bool enabled, List<String>? excludedTeamMemberIds, required String id, bool? notifyTeam, int? teamMemberCount})
Input$UpdateTeamReviewAssignmentInput.fromJson(Map<String, dynamic> json)
factory

Properties

algorithm Enum$TeamReviewAssignmentAlgorithm?
final
clientMutationId String?
final
enabled bool
final
excludedTeamMemberIds List<String>?
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
notifyTeam bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamMemberCount int?
final

Methods

copyWith({Enum$TeamReviewAssignmentAlgorithm? algorithm()?, String? clientMutationId()?, bool? enabled, List<String>? excludedTeamMemberIds()?, String? id, bool? notifyTeam()?, int? teamMemberCount()?}) Input$UpdateTeamReviewAssignmentInput
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.
override