final case class PullRequestEvent(id: Long, url: String, slug: Slug) extends Event with Product with Serializable
Reference https://developer.github.com/v3/activity/events/types/#pullrequestevent
This event definition is a placeholder for future support for inbound pull request deployments. This skeleton is being provided so that Nelson can parse the inbound payload and give a 200 OK response so Github doesn't think Nelson is faulty.
- Source
- Github.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PullRequestEvent
- Serializable
- Serializable
- Product
- Equals
- Event
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All