PullRequestBase

final case class PullRequestBase(ref: String, sha: String, label: Option[String], user: Option[User], repo: Option[Repository])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product