InsightPropertiesResponse

data class InsightPropertiesResponse(val additionalDetails: Any? = null, val category: String, val content: ContentResponse, val eventId: String? = null, val eventTime: String? = null, val groupId: String? = null, val impact: ImpactDetailsResponse, val insightUniqueId: String, val provisioningState: String, val status: String? = null)

Impact category properties.

Constructors

Link copied to clipboard
constructor(additionalDetails: Any? = null, category: String, content: ContentResponse, eventId: String? = null, eventTime: String? = null, groupId: String? = null, impact: ImpactDetailsResponse, insightUniqueId: String, provisioningState: String, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val additionalDetails: Any? = null

additional details of the insight.

Link copied to clipboard

category of the insight.

Link copied to clipboard

Contains title & description for the insight

Link copied to clipboard
val eventId: String? = null

Identifier of the event that has been correlated with this insight. This can be used to aggregate insights for the same event.

Link copied to clipboard
val eventTime: String? = null

Time of the event, which has been correlated the impact.

Link copied to clipboard
val groupId: String? = null

Identifier that can be used to group similar insights.

Link copied to clipboard

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

Link copied to clipboard

unique id of the insight.

Link copied to clipboard

Resource provisioning state.

Link copied to clipboard
val status: String? = null

status of the insight. example resolved, repaired, other.