TransferJobScheduleStartTimeOfDayArgs

data class TransferJobScheduleStartTimeOfDayArgs(val hours: Output<Int>, val minutes: Output<Int>, val nanos: Output<Int>, val seconds: Output<Int>) : ConvertibleToJava<TransferJobScheduleStartTimeOfDayArgs>

Constructors

Link copied to clipboard
constructor(hours: Output<Int>, minutes: Output<Int>, nanos: Output<Int>, seconds: Output<Int>)

Properties

Link copied to clipboard
val hours: Output<Int>

Hours of day in 24 hour format. Should be from 0 to 23

Link copied to clipboard
val minutes: Output<Int>

Minutes of hour of day. Must be from 0 to 59.

Link copied to clipboard
val nanos: Output<Int>

Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.

Link copied to clipboard
val seconds: Output<Int>

Seconds of minutes of the time. Must normally be from 0 to 59.

Functions

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