timeInWeek

@JvmName(name = "xiyowssdiqiijyhr")
suspend fun timeInWeek(value: Output<List<TimeInWeekArgs>>)
@JvmName(name = "ithvwinryptupokt")
suspend fun timeInWeek(value: List<TimeInWeekArgs>?)

Parameters

value

If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.


@JvmName(name = "ftqcxrvddwdrekhw")
suspend fun timeInWeek(vararg values: Output<TimeInWeekArgs>)


@JvmName(name = "iuevqkqhhlcdiubx")
suspend fun timeInWeek(values: List<Output<TimeInWeekArgs>>)
@JvmName(name = "upikhmtwuhxeomry")
suspend fun timeInWeek(vararg values: TimeInWeekArgs)

Parameters

values

If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.


@JvmName(name = "cgpnnbgryfjmdvqj")
suspend fun timeInWeek(argument: List<suspend TimeInWeekArgsBuilder.() -> Unit>)
@JvmName(name = "vyyacxmmcsdjthvv")
suspend fun timeInWeek(vararg argument: suspend TimeInWeekArgsBuilder.() -> Unit)
@JvmName(name = "oofyrtissvuxgphd")
suspend fun timeInWeek(argument: suspend TimeInWeekArgsBuilder.() -> Unit)

Parameters

argument

If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.