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
constructor(daysOfTheWeek: Output<List<DayOfWeek>>? = null, weeksOfTheMonth: Output<List<WeekOfMonth>>? = null)

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.

Functions

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