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
Constructors
Link copied to clipboard
fun DailyScheduleArgs(hour: Output<Int>? = null, minute: Output<Int>? = null, snapshotsToKeep: Output<Int>? = null, usedBytes: Output<Double>? = null)