final case class CreateDeploymentStatus(id: ID, status: DeploymentStatus, msg: Option[String]) extends StoreOp[Unit] with Product with Serializable
- Source
- op.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CreateDeploymentStatus
- Serializable
- Serializable
- Product
- Equals
- StoreOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CreateDeploymentStatus(id: ID, status: DeploymentStatus, msg: Option[String])