WeeklyRetentionFormatArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): WeeklyRetentionFormatArgs

Properties

Link copied to clipboard
val daysOfTheWeek: Output<List<DayOfWeek>>? = null

List of days of the week.

Link copied to clipboard
val weeksOfTheMonth: Output<List<WeekOfMonth>>? = null

List of weeks of month.