case class ApiPullRequestReviewComment(id: Int, path: String, commit_id: String, user: ApiUser, body: String, created_at: Date, updated_at: Date)(repositoryName: RepositoryName, issueId: Int) extends FieldSerializable with Product with Serializable

https://developer.github.com/v3/activity/events/types/#pullrequestreviewcommentevent

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

Instance Constructors

  1. new ApiPullRequestReviewComment(id: Int, path: String, commit_id: String, user: ApiUser, body: String, created_at: Date, updated_at: Date)(repositoryName: RepositoryName, issueId: Int)

Value Members

  1. val _links: Map[String, Map[String, ApiPath]]
  2. val body: String
  3. val commit_id: String
  4. val created_at: Date
  5. val html_url: ApiPath
  6. val id: Int
  7. val path: String
  8. val pull_request_url: ApiPath
  9. val updated_at: Date
  10. val url: ApiPath
  11. val user: ApiUser