Get Deployment Result
data class GetDeploymentResult(val customProperties: Any? = null, val definitionId: String? = null, val description: String? = null, val environmentId: String? = null, val id: String, val name: String, val server: DeploymentServerResponse? = null, val state: String? = null, val systemData: SystemDataResponse, val title: String? = null, val type: String)
API deployment entity.
Constructors
Link copied to clipboard
fun GetDeploymentResult(customProperties: Any? = null, definitionId: String? = null, description: String? = null, environmentId: String? = null, id: String, name: String, server: DeploymentServerResponse? = null, state: String? = null, systemData: SystemDataResponse, title: String? = null, type: String)