Transfer Job Schedule Start Time Of Day Args
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
fun TransferJobScheduleStartTimeOfDayArgs(hours: Output<Int>, minutes: Output<Int>, nanos: Output<Int>, seconds: Output<Int>)