HoursOfOperationConfigArgs

data class HoursOfOperationConfigArgs(val day: Output<String>, val endTime: Output<HoursOfOperationConfigEndTimeArgs>, val startTime: Output<HoursOfOperationConfigStartTimeArgs>) : ConvertibleToJava<HoursOfOperationConfigArgs>

Constructors

Link copied to clipboard
constructor(day: Output<String>, endTime: Output<HoursOfOperationConfigEndTimeArgs>, startTime: Output<HoursOfOperationConfigStartTimeArgs>)

Properties

Link copied to clipboard
val day: Output<String>

Specifies the day that the hours of operation applies to.

Link copied to clipboard

A end time block specifies the time that your contact center closes. The end_time is documented below.

Link copied to clipboard

A start time block specifies the time that your contact center opens. The start_time is documented below.

Functions

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