hours

@JvmName(name = "fgmcpkdhfbrnwhgs")
suspend fun hours(value: Output<Int>)
@JvmName(name = "ftkserwuohiecqvb")
suspend fun hours(value: Int?)

Parameters

value

Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.