case class ApiIssue(number: Int, title: String, user: ApiUser, labels: List[ApiLabel], state: String, created_at: Date, updated_at: Date, body: String)(repositoryName: RepositoryName, isPullRequest: Boolean) extends Product with Serializable

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApiIssue
  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 ApiIssue(number: Int, title: String, user: ApiUser, labels: List[ApiLabel], state: String, created_at: Date, updated_at: Date, body: String)(repositoryName: RepositoryName, isPullRequest: Boolean)

Value Members

  1. val body: String
  2. val comments_url: ApiPath
  3. val created_at: Date
  4. val html_url: ApiPath
  5. val id: Int
  6. val labels: List[ApiLabel]
  7. val number: Int
  8. val pull_request: Option[Map[String, ApiPath]]
  9. val state: String
  10. val title: String
  11. val updated_at: Date
  12. val user: ApiUser