WindowStartTimeArgs

data class WindowStartTimeArgs(val hours: Output<Double>? = null, val minutes: Output<Double>? = null) : ConvertibleToJava<WindowStartTimeArgs>

Definition of WindowStartTime

Constructors

Link copied to clipboard
constructor(hours: Output<Double>? = null, minutes: Output<Double>? = null)

Properties

Link copied to clipboard
val hours: Output<Double>? = null

The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time. For example, 17 refers to 5:00 P.M. UTC.

Link copied to clipboard
val minutes: Output<Double>? = null

The start minute of the window, in UTC.

Functions

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