ImpactDetailsResponse

data class ImpactDetailsResponse(val endTime: String? = null, val impactId: String, val impactedResourceId: String, val startTime: String)

details of of the impact for which insight has been generated.

Constructors

Link copied to clipboard
constructor(endTime: String? = null, impactId: String, impactedResourceId: String, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endTime: String? = null

Time at which impact was ended according to reported impact.

Link copied to clipboard

List of impacted Azure resources.

Link copied to clipboard

Azure Id of the impact.

Link copied to clipboard

Time at which impact was started according to reported impact.