CommitComparisonResponse

github4s.domain.RepoUrlKeys$.CommitComparisonResponse
final case class CommitComparisonResponse(status: String, ahead_by: Int, behind_by: Int, total_commits: Int, url: Option[String], html_url: Option[String], permalink_url: Option[String], diff_url: Option[String], patch_url: Option[String], base_commit: Option[Commit], merge_base_commit: Option[Commit], commits: Seq[Commit], files: Seq[FileComparison])

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