TransferJobScheduleScheduleEndDateArgs

data class TransferJobScheduleScheduleEndDateArgs(val day: Output<Int>, val month: Output<Int>, val year: Output<Int>) : ConvertibleToJava<TransferJobScheduleScheduleEndDateArgs>

Constructors

Link copied to clipboard
constructor(day: Output<Int>, month: Output<Int>, year: Output<Int>)

Properties

Link copied to clipboard
val day: Output<Int>

Day of month. Must be from 1 to 31 and valid for the year and month.

Link copied to clipboard
val month: Output<Int>

Month of year. Must be from 1 to 12.

Link copied to clipboard
val year: Output<Int>

Year of date. Must be from 1 to 9999.

Functions

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