Hourly Schedule Args
data class HourlyScheduleArgs(val minute: Output<Int>? = null, val snapshotsToKeep: Output<Int>? = null, val usedBytes: Output<Double>? = null) : ConvertibleToJava<HourlyScheduleArgs>
Hourly Schedule properties