case class Repository(name: String, full_name: String, description: String, scm: String, created_on: LocalDateTime, updated_on: LocalDateTime, owner: Owner, size: Long, has_issues: Boolean, is_private: Boolean, language: String, urls: Seq[RepositoryUrl], uuid: String, slug: String) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Repository
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Repository(name: String, full_name: String, description: String, scm: String, created_on: LocalDateTime, updated_on: LocalDateTime, owner: Owner, size: Long, has_issues: Boolean, is_private: Boolean, language: String, urls: Seq[RepositoryUrl], uuid: String, slug: String)
Value Members
- val created_on: LocalDateTime
- val description: String
- val full_name: String
- val has_issues: Boolean
- val is_private: Boolean
- val language: String
- val name: String
- val owner: Owner
- val scm: String
- val size: Long
- val slug: String
- val updated_on: LocalDateTime
- val urls: Seq[RepositoryUrl]
- val uuid: String