Adaptive Application Control Issue Summary Response
data class AdaptiveApplicationControlIssueSummaryResponse(val issue: String? = null, val numberOfVms: Double? = null)
Represents a summary of the alerts of the machine group
Constructors
Link copied to clipboard
fun AdaptiveApplicationControlIssueSummaryResponse(issue: String? = null, numberOfVms: Double? = null)