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
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Repository
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. val created_on: LocalDateTime
  2. val description: String
  3. val full_name: String
  4. val has_issues: Boolean
  5. val is_private: Boolean
  6. val language: String
  7. val name: String
  8. val owner: Owner
  9. val scm: String
  10. val size: Long
  11. val slug: String
  12. val updated_on: LocalDateTime
  13. val urls: Seq[RepositoryUrl]
  14. val uuid: String