final case class DeploymentEvent(slug: Slug, repositoryId: Long, deployment: Deployment) extends Event with Product with Serializable
Reference: https://developer.github.com/v3/activity/events/types/#deploymentevent
- Source
- Github.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeploymentEvent
- Serializable
- Serializable
- Product
- Equals
- Event
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DeploymentEvent(slug: Slug, repositoryId: Long, deployment: Deployment)