Input$AddPullRequestReviewThreadInput class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Input$AddPullRequestReviewThreadInput({required String body, String? clientMutationId, required int line, required String path, String? pullRequestId, String? pullRequestReviewId, Enum$DiffSide? side, int? startLine, Enum$DiffSide? startSide})
Input$AddPullRequestReviewThreadInput.fromJson(Map<String, dynamic> json)
factory

Properties

body String
final
clientMutationId String?
final
hashCode int
The hash code for this object.
no setteroverride
line int
final
path String
final
pullRequestId String?
final
pullRequestReviewId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
side Enum$DiffSide?
final
startLine int?
final
startSide Enum$DiffSide?
final

Methods

copyWith({String? body, String? clientMutationId()?, int? line, String? path, String? pullRequestId()?, String? pullRequestReviewId()?, Enum$DiffSide? side()?, int? startLine()?, Enum$DiffSide? startSide()?}) Input$AddPullRequestReviewThreadInput
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