final case class GetDeployment(slug: Slug, id: Long, t: AccessToken) extends GithubOp[Option[Deployment]] with Product with Serializable
- Source
- Github.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GetDeployment
- Serializable
- Serializable
- Product
- Equals
- GithubOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GetDeployment(slug: Slug, id: Long, t: AccessToken)