case class ApiCommitListItem(sha: String, commit: Commit, author: Option[ApiUser], committer: Option[ApiUser], parents: Seq[Parent])(repositoryName: RepositoryName) extends Product with Serializable

https://developer.github.com/v3/repos/commits/

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApiCommitListItem
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ApiCommitListItem(sha: String, commit: Commit, author: Option[ApiUser], committer: Option[ApiUser], parents: Seq[Parent])(repositoryName: RepositoryName)

Value Members

  1. val author: Option[ApiUser]
  2. val commit: Commit
  3. val committer: Option[ApiUser]
  4. val parents: Seq[Parent]
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. val sha: String
  7. val url: ApiPath