Get Hunt Comment Result
data class GetHuntCommentResult(val etag: String? = null, val id: String, val message: String, val name: String, val systemData: SystemDataResponse, val type: String)
Represents a Hunt Comment in Azure Security Insights
Constructors
Link copied to clipboard
fun GetHuntCommentResult(etag: String? = null, id: String, message: String, name: String, systemData: SystemDataResponse, type: String)