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>