CreatePullRequestCommentRequest class
The request to create a pull request comment.
Constructors
- CreatePullRequestCommentRequest.new({String? parent, PullRequestComment? pullRequestComment})
- CreatePullRequestCommentRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- parent ↔ String?
-
The pull request in which to create the pull request comment.
getter/setter pair
- pullRequestComment ↔ PullRequestComment?
-
The pull request comment to create.
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