case class WebHookPullRequestReviewCommentPayload(action: String, comment: ApiPullRequestReviewComment, pull_request: ApiPullRequest, repository: ApiRepository, sender: ApiUser) extends WebHookPayload with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WebHookPullRequestReviewCommentPayload
- Serializable
- Serializable
- Product
- Equals
- WebHookPayload
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new WebHookPullRequestReviewCommentPayload(action: String, comment: ApiPullRequestReviewComment, pull_request: ApiPullRequest, repository: ApiRepository, sender: ApiUser)
Value Members
- val action: String
- val comment: ApiPullRequestReviewComment
- val pull_request: ApiPullRequest
- val repository: ApiRepository
- val sender: ApiUser