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])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product