Weekly Retention Format Args
    data class WeeklyRetentionFormatArgs(val daysOfTheWeek: Output<List<DayOfWeek>>? = null, val weeksOfTheMonth: Output<List<WeekOfMonth>>? = null) : ConvertibleToJava<WeeklyRetentionFormatArgs> 
Weekly retention format.
Constructors
Link copied to clipboard
                fun WeeklyRetentionFormatArgs(daysOfTheWeek: Output<List<DayOfWeek>>? = null, weeksOfTheMonth: Output<List<WeekOfMonth>>? = null)