GetMetricRuleTemplatesTemplate

data class GetMetricRuleTemplatesTemplate(val alertTemplates: List<GetMetricRuleTemplatesTemplateAlertTemplate>, val description: String, val groupId: String, val id: String, val metricRuleTemplateName: String, val restVersion: String, val templateId: String)

Constructors

Link copied to clipboard
constructor(alertTemplates: List<GetMetricRuleTemplatesTemplateAlertTemplate>, description: String, groupId: String, id: String, metricRuleTemplateName: String, restVersion: String, templateId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The details of alert rules that are generated based on the alert template.

Link copied to clipboard

The description of the alert template.

Link copied to clipboard

GroupId.

Link copied to clipboard
val id: String

The ID of the Metric Rule Template.

Link copied to clipboard

The name of the alert template.

Link copied to clipboard

The version of the alert template.

Link copied to clipboard

The ID of the alert template.