c

gitbucket.core.api

CreateAFile

case class CreateAFile(message: String, content: String, sha: Option[String], branch: Option[String], committer: Option[ApiPusher], author: Option[ApiPusher]) extends Product with Serializable

https://developer.github.com/v3/repos/contents/#create-a-file

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CreateAFile
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CreateAFile(message: String, content: String, sha: Option[String], branch: Option[String], committer: Option[ApiPusher], author: Option[ApiPusher])

Value Members

  1. val author: Option[ApiPusher]
  2. val branch: Option[String]
  3. val committer: Option[ApiPusher]
  4. val content: String
  5. val message: String
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product
  7. val sha: Option[String]