GetQuotaAlarmsAlarm

data class GetQuotaAlarmsAlarm(val alarmId: String, val id: String, val productCode: String, val quotaActionCode: String, val quotaAlarmName: String, val quotaDimensions: List<GetQuotaAlarmsAlarmQuotaDimension>, val threshold: Double, val thresholdPercent: Double, val webHook: String)

Constructors

Link copied to clipboard
constructor(alarmId: String, id: String, productCode: String, quotaActionCode: String, quotaAlarmName: String, quotaDimensions: List<GetQuotaAlarmsAlarmQuotaDimension>, threshold: Double, thresholdPercent: Double, webHook: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The first ID of the resource.

Link copied to clipboard
val id: String

The ID of the Quota Alarm.

Link copied to clipboard

The Product Code.

Link copied to clipboard

The Quota Action Code.

Link copied to clipboard

The name of Quota Alarm.

Link copied to clipboard
Link copied to clipboard

The threshold of Quota Alarm.

Link copied to clipboard

The threshold percent of Quota Alarm.

Link copied to clipboard

The WebHook of Quota Alarm.