AlertPolicyConditionConditionSqlHourly

data class AlertPolicyConditionConditionSqlHourly(val minuteOffset: Int? = null, val periodicity: Int)

Constructors

Link copied to clipboard
constructor(minuteOffset: Int? = null, periodicity: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val minuteOffset: Int? = null

The number of minutes after the hour (in UTC) to run the query. Must be greater than or equal to 0 minutes and less than or equal to 59 minutes. If left unspecified, then an arbitrary offset is used.

Link copied to clipboard

Number of hours between runs. The interval must be greater than or equal to 1 hour and less than or equal to 48 hours.