case class ApiRepository(name: String, full_name: String, description: String, watchers: Int, forks: Int, private: Boolean, default_branch: String, owner: ApiUser) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApiRepository
  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 ApiRepository(name: String, full_name: String, description: String, watchers: Int, forks: Int, private: Boolean, default_branch: String, owner: ApiUser)

Value Members

  1. val clone_url: ApiPath
  2. val default_branch: String
  3. val description: String
  4. val forks: Int
  5. val forks_count: Int
  6. val full_name: String
  7. val html_url: ApiPath
  8. val http_url: ApiPath
  9. val id: Int
  10. val name: String
  11. val owner: ApiUser
  12. val private: Boolean
  13. val ssh_url: Some[SshPath]
  14. val url: ApiPath
  15. val watchers: Int
  16. val watchers_count: Int