Remediation Deployment Summary Response
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
fun RemediationDeploymentSummaryResponse(failedDeployments: Int, successfulDeployments: Int, totalDeployments: Int)