TimeInWeekArgs

data class TimeInWeekArgs(val day: Output<Either<String, WeekDay>>? = null, val hourSlots: Output<List<Int>>? = null) : ConvertibleToJava<TimeInWeekArgs>

Time in a week.

Constructors

Link copied to clipboard
constructor(day: Output<Either<String, WeekDay>>? = null, hourSlots: Output<List<Int>>? = null)

Properties

Link copied to clipboard
val day: Output<Either<String, WeekDay>>? = null

A day in a week.

Link copied to clipboard
val hourSlots: Output<List<Int>>? = null

hour slots in a day.

Functions

Link copied to clipboard
open override fun toJava(): TimeInWeekArgs