Application Scaling Rule Scaling Rule Timer Schedule
data class ApplicationScalingRuleScalingRuleTimerSchedule(val atTime: String? = null, val maxReplicas: Int? = null, val minReplicas: Int? = null, val targetReplicas: Int? = null)