hourSlots

@JvmName(name = "afjobluanyevdrin")
suspend fun hourSlots(value: Output<List<Int>>)
@JvmName(name = "pggcguwifrocbaly")
suspend fun hourSlots(value: List<Int>?)

Parameters

value

Each integer hour represents a time range beginning at 0m after the hour ending at the next hour (non-inclusive). 0 corresponds to 00:00 UTC, 23 corresponds to 23:00 UTC. Specifying 0, 1 means the 00:00 - 02:00 UTC time range.


@JvmName(name = "qnaovbkkoaqrkksd")
suspend fun hourSlots(vararg values: Output<Int>)


@JvmName(name = "gxwtscaetatcxaya")
suspend fun hourSlots(values: List<Output<Int>>)
@JvmName(name = "smceymnxxpeqmoot")
suspend fun hourSlots(vararg values: Int)

Parameters

values

Each integer hour represents a time range beginning at 0m after the hour ending at the next hour (non-inclusive). 0 corresponds to 00:00 UTC, 23 corresponds to 23:00 UTC. Specifying 0, 1 means the 00:00 - 02:00 UTC time range.