weekDays

@JvmName(name = "tyxgucbbkugarram")
suspend fun weekDays(value: Output<List<Either<String, WeekDay>>>)
@JvmName(name = "gsmdgrctqlppyfxb")
suspend fun weekDays(value: List<Either<String, WeekDay>>?)

Parameters

value

List of days for the schedule.


@JvmName(name = "rdlcsmomhjynqwhc")
suspend fun weekDays(vararg values: Output<Either<String, WeekDay>>)


@JvmName(name = "ajuhcvbgjotpwhms")
suspend fun weekDays(values: List<Output<Either<String, WeekDay>>>)
@JvmName(name = "rdccovssocpeheoi")
suspend fun weekDays(vararg values: Either<String, WeekDay>)

Parameters

values

List of days for the schedule.