PullRequestReviewEvent

github4s.domain.PullRequestReviewEvent
sealed abstract class PullRequestReviewEvent(val value: String)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object PRREventApprove.type
object PRREventComment.type
object PRREventPending.type

Members list

Concise view

Value members

Concrete fields

val value: String