Anomaly Timeline Item Response
data class AnomalyTimelineItemResponse(val azureResourceId: String, val description: String? = null, val displayName: String, val endTimeUtc: String, val intent: String? = null, val kind: String, val productName: String? = null, val reasons: List<String>? = null, val startTimeUtc: String, val techniques: List<String>? = null, val timeGenerated: String, val vendor: String? = null)
Represents anomaly timeline item.
Constructors
Link copied to clipboard
constructor(azureResourceId: String, description: String? = null, displayName: String, endTimeUtc: String, intent: String? = null, kind: String, productName: String? = null, reasons: List<String>? = null, startTimeUtc: String, techniques: List<String>? = null, timeGenerated: String, vendor: String? = null)
Properties
Link copied to clipboard
The anomaly azure resource id.
Link copied to clipboard
The anomaly description.
Link copied to clipboard
The anomaly name.
Link copied to clipboard
The anomaly end time.
Link copied to clipboard
The anomaly product name.
Link copied to clipboard
The anomaly start time.
Link copied to clipboard
The techniques of the anomaly.
Link copied to clipboard
The anomaly generated time.