interval

@JvmName(name = "tsfsfjucsicrnsdp")
suspend fun interval(value: Output<TimeIntervalArgs>)
@JvmName(name = "rnrsuoncoeqslxwn")
suspend fun interval(value: TimeIntervalArgs?)

Parameters

value

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.


@JvmName(name = "nmqmavyrggdhdjeb")
suspend fun interval(argument: suspend TimeIntervalArgsBuilder.() -> Unit)

Parameters

argument

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.