case class ApiIssue(number: Int, title: String, user: ApiUser, 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, 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 number: Int
  6. val pull_request: Option[Map[String, ApiPath]]
  7. val state: String
  8. val title: String
  9. val updated_at: Date
  10. val user: ApiUser