case class ApiBranch(name: String, commit: ApiBranchCommit, protection: ApiBranchProtection)(repositoryName: RepositoryName) extends FieldSerializable with Product with Serializable

https://developer.github.com/v3/repos/#get-branch https://developer.github.com/v3/repos/#enabling-and-disabling-branch-protection

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

Instance Constructors

  1. new ApiBranch(name: String, commit: ApiBranchCommit, protection: ApiBranchProtection)(repositoryName: RepositoryName)

Value Members

  1. val _links: Map[String, ApiPath]
  2. val commit: ApiBranchCommit
  3. val name: String
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val protection: ApiBranchProtection