Input$AddPullRequestReviewInput class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Input$AddPullRequestReviewInput({String? body, String? clientMutationId, List<Input$DraftPullRequestReviewComment?>? comments, String? commitOID, Enum$PullRequestReviewEvent? event, required String pullRequestId, List<Input$DraftPullRequestReviewThread?>? threads})
Input$AddPullRequestReviewInput.fromJson(Map<String, dynamic> json)
factory

Properties

body String?
final
clientMutationId String?
final
comments List<Input$DraftPullRequestReviewComment?>?
final
commitOID String?
final
event Enum$PullRequestReviewEvent?
final
hashCode int
The hash code for this object.
no setteroverride
pullRequestId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threads List<Input$DraftPullRequestReviewThread?>?
final

Methods

copyWith({String? body()?, String? clientMutationId()?, List<Input$DraftPullRequestReviewComment?>? comments()?, String? commitOID()?, Enum$PullRequestReviewEvent? event()?, String? pullRequestId, List<Input$DraftPullRequestReviewThread?>? threads()?}) Input$AddPullRequestReviewInput
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