case class ApiPullRequest(number: Int, updated_at: Date, created_at: Date, head: Commit, base: Commit, mergeable: Option[Boolean], merged: Boolean, merged_at: Option[Date], merged_by: Option[ApiUser], title: String, body: String, user: ApiUser) extends Product with Serializable

https://developer.github.com/v3/pulls/

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

Instance Constructors

  1. new ApiPullRequest(number: Int, updated_at: Date, created_at: Date, head: Commit, base: Commit, mergeable: Option[Boolean], merged: Boolean, merged_at: Option[Date], merged_by: Option[ApiUser], title: String, body: String, user: ApiUser)

Value Members

  1. val base: Commit
  2. val body: String
  3. val comments_url: ApiPath
  4. val commits_url: ApiPath
  5. val created_at: Date
  6. val head: Commit
  7. val html_url: ApiPath
  8. val mergeable: Option[Boolean]
  9. val merged: Boolean
  10. val merged_at: Option[Date]
  11. val merged_by: Option[ApiUser]
  12. val number: Int
  13. val review_comment_url: ApiPath
  14. val review_comments_url: ApiPath
  15. val statuses_url: ApiPath
  16. val title: String
  17. val updated_at: Date
  18. val url: ApiPath
  19. val user: ApiUser