Patch Deployment Recurring Schedule Time Of Day Args
data class PatchDeploymentRecurringScheduleTimeOfDayArgs(val hours: Output<Int>? = null, val minutes: Output<Int>? = null, val nanos: Output<Int>? = null, val seconds: Output<Int>? = null) : ConvertibleToJava<PatchDeploymentRecurringScheduleTimeOfDayArgs>
Constructors
Link copied to clipboard
fun PatchDeploymentRecurringScheduleTimeOfDayArgs(hours: Output<Int>? = null, minutes: Output<Int>? = null, nanos: Output<Int>? = null, seconds: Output<Int>? = null)