RepositoryBase

github4s.domain.RepositoryBase
final case class RepositoryBase(id: Long, name: String, full_name: String, owner: User, `private`: Boolean, fork: Boolean, archived: Boolean, urls: RepoUrls, created_at: String, updated_at: String, pushed_at: String, status: RepoStatus, default_branch: String, description: Option[String], homepage: Option[String], language: Option[String], organization: Option[User], permissions: Option[RepoPermissions], topics: List[String])

A Repository but without any recursive definitions (parent and source)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product