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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApiBranch
- Serializable
- Serializable
- Product
- Equals
- FieldSerializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ApiBranch(name: String, commit: ApiBranchCommit, protection: ApiBranchProtection)(repositoryName: RepositoryName)
Value Members
- def _links: Map[String, ApiPath]
- val commit: ApiBranchCommit
- val name: String
- val protection: ApiBranchProtection