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