Deployment Info Response
data class DeploymentInfoResponse(val deployment: DeploymentResponse? = null, val deploymentFetchStatus: String? = null, val message: String? = null)
Information regarding a deployment.
Constructors
Link copied to clipboard
constructor(deployment: DeploymentResponse? = null, deploymentFetchStatus: String? = null, message: String? = null)