case class ApiBranchProtection(url: Option[ApiPath], enabled: Boolean, required_status_checks: Option[Status]) extends Product with Serializable

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

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApiBranchProtection
  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 ApiBranchProtection(url: Option[ApiPath], enabled: Boolean, required_status_checks: Option[Status])

Value Members

  1. val enabled: Boolean
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val required_status_checks: Option[Status]
  4. def status: Status
  5. val url: Option[ApiPath]