Patch Deployment Recurring Schedule Time Of Day
data class PatchDeploymentRecurringScheduleTimeOfDay(val hours: Int? = null, val minutes: Int? = null, val nanos: Int? = null, val seconds: Int? = null)