Issue

final case class Issue(id: Long, title: String, url: String, repository_url: String, labels_url: String, comments_url: String, events_url: String, html_url: String, number: Int, state: String, labels: List[Label], comments: Int, created_at: String, updated_at: String, body: Option[String], user: Option[User], assignee: Option[User], locked: Option[Boolean], pull_request: Option[IssuePullRequest], closed_at: Option[String])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product