case class WebHookPullRequestReviewCommentPayload(action: String, comment: ApiPullRequestReviewComment, pull_request: ApiPullRequest, repository: ApiRepository, sender: ApiUser) extends WebHookPayload with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, WebHookPayload, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebHookPullRequestReviewCommentPayload
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. WebHookPayload
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WebHookPullRequestReviewCommentPayload(action: String, comment: ApiPullRequestReviewComment, pull_request: ApiPullRequest, repository: ApiRepository, sender: ApiUser)

Value Members

  1. val action: String
  2. val comment: ApiPullRequestReviewComment
  3. val pull_request: ApiPullRequest
  4. val repository: ApiRepository
  5. val sender: ApiUser