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