final case class Repo(id: Long, slug: Slug, access: RepoAccess, hook: Option[Hook] = None) extends Product with Serializable
- Source
- Repo.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Repo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All