interval property

TimeInterval? interval
getter/setter pair

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.

Required.

Implementation

TimeInterval? interval;