Get Snooze Result
data class GetSnoozeResult(val criteria: CriteriaResponse, val displayName: String, val interval: TimeIntervalResponse, val name: String)
Constructors
Link copied to clipboard
constructor(criteria: CriteriaResponse, displayName: String, interval: TimeIntervalResponse, name: String)
Properties
Link copied to clipboard
This defines the criteria for applying the Snooze. See Criteria for more information.
Link copied to clipboard
A display name for the Snooze. This can be, at most, 512 unicode characters.
Link copied to clipboard
The Snooze will be active from interval.start_time through interval.end_time. interval.start_time cannot be in the past. There is a 15 second clock skew to account for the time it takes for a request to reach the API from the UI.