RemediationDeploymentSummaryResponse

data class RemediationDeploymentSummaryResponse(val failedDeployments: Int, val successfulDeployments: Int, val totalDeployments: Int)

The deployment status summary for all deployments created by the remediation.

Constructors

Link copied to clipboard
constructor(failedDeployments: Int, successfulDeployments: Int, totalDeployments: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of deployments required by the remediation that have failed.

Link copied to clipboard

The number of deployments required by the remediation that have succeeded.

Link copied to clipboard

The number of deployments required by the remediation.