Get Suppression Result
data class GetSuppressionResult(val expirationTimeStamp: String, val id: String, val name: String, val suppressionId: String? = null, val systemData: SystemDataResponse, val ttl: String? = null, val type: String)
The details of the snoozed or dismissed rule; for example, the duration, name, and GUID associated with the rule.
Constructors
Link copied to clipboard
fun GetSuppressionResult(expirationTimeStamp: String, id: String, name: String, suppressionId: String? = null, systemData: SystemDataResponse, ttl: String? = null, type: String)