final case class Release(id: Long, url: String, htmlUrl: String, assets: List[Asset], tagName: String) extends Product with Serializable
- Source
- Github.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Release
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All