WriteFileRequest

final case class WriteFileRequest(message: String, content: String, sha: Option[String], branch: Option[String], committer: Option[Committer], author: Option[Committer])
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