case class ApiMilestone(url: ApiPath, html_url: ApiPath, id: Int, number: Int, state: String, title: String, description: String, open_issues: Int, closed_issues: Int, closed_at: Option[Date], due_on: Option[Date]) extends Product with Serializable

https://docs.github.com/en/rest/reference/issues#milestones

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

Instance Constructors

  1. new ApiMilestone(url: ApiPath, html_url: ApiPath, id: Int, number: Int, state: String, title: String, description: String, open_issues: Int, closed_issues: Int, closed_at: Option[Date], due_on: Option[Date])

Value Members

  1. val closed_at: Option[Date]
  2. val closed_issues: Int
  3. val description: String
  4. val due_on: Option[Date]
  5. val html_url: ApiPath
  6. val id: Int
  7. val number: Int
  8. val open_issues: Int
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. val state: String
  11. val title: String
  12. val url: ApiPath