WeekDetailsArgs

data class WeekDetailsArgs(val time: Output<String>? = null, val weekdays: Output<List<String>>? = null) : ConvertibleToJava<WeekDetailsArgs>

Properties of a weekly schedule.

Constructors

Link copied to clipboard
constructor(time: Output<String>? = null, weekdays: Output<List<String>>? = null)

Properties

Link copied to clipboard
val time: Output<String>? = null

The time of the day the schedule will occur.

Link copied to clipboard
val weekdays: Output<List<String>>? = null

The days of the week for which the schedule is set (e.g. Sunday, Monday, Tuesday, etc.).

Functions

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