c

gitbucket.core.api

CreateARef

case class CreateARef(ref: String, sha: String) extends Product with Serializable

https://docs.github.com/en/free-pro-team@latest/rest/reference/git#create-a-reference api form

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CreateARef
  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 CreateARef(ref: String, sha: String)

Value Members

  1. def productElementNames: Iterator[String]
    Definition Classes
    Product
  2. def productIterator: Iterator[Any]
    Definition Classes
    Product
  3. val ref: String
  4. val sha: String