case class Commit(url: ApiPath, author: ApiPersonIdent, committer: ApiPersonIdent, message: String, comment_count: Int, tree: Tree) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Commit
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Commit(url: ApiPath, author: ApiPersonIdent, committer: ApiPersonIdent, message: String, comment_count: Int, tree: Tree)
Value Members
- val author: ApiPersonIdent
- val comment_count: Int
- val committer: ApiPersonIdent
- val message: String
- val tree: Tree
- val url: ApiPath