DeploymentInfoResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Deployment information.

Link copied to clipboard

Status while fetching the last deployment.

Link copied to clipboard
val message: String? = null

Additional details about the deployment that can be shown to the user.