GetSnoozeResult

data class GetSnoozeResult(val criteria: CriteriaResponse, val displayName: String, val interval: TimeIntervalResponse, val name: String)

Constructors

Link copied to clipboard
fun GetSnoozeResult(criteria: CriteriaResponse, displayName: String, interval: TimeIntervalResponse, name: String)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

The name of the Snooze. The format is: projects/PROJECT_ID_OR_NUMBER/snoozes/SNOOZE_ID The ID of the Snooze will be generated by the system.