AlertTime

data class AlertTime(val start: Timestamp, val end: Timestamp? = null)(source)

Time period when an alert is in effect.

Constructors

Link copied to clipboard
constructor(start: Timestamp, end: Timestamp? = null)

Properties

Link copied to clipboard

End time of the alert.

Link copied to clipboard

Start time of the alert. REQUIRED if times array is defined.