MonthlyRetentionScheduleResponse

data class MonthlyRetentionScheduleResponse(val retentionDuration: RetentionDurationResponse? = null, val retentionScheduleDaily: DailyRetentionFormatResponse? = null, val retentionScheduleFormatType: String? = null, val retentionScheduleWeekly: WeeklyRetentionFormatResponse? = null, val retentionTimes: List<String>? = null)

Monthly retention schedule.

Constructors

Link copied to clipboard
constructor(retentionDuration: RetentionDurationResponse? = null, retentionScheduleDaily: DailyRetentionFormatResponse? = null, retentionScheduleFormatType: String? = null, retentionScheduleWeekly: WeeklyRetentionFormatResponse? = null, retentionTimes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Retention duration of retention Policy.

Link copied to clipboard

Daily retention format for monthly retention policy.

Link copied to clipboard

Retention schedule format type for monthly retention policy.

Link copied to clipboard

Weekly retention format for monthly retention policy.

Link copied to clipboard
val retentionTimes: List<String>? = null

Retention times of retention policy.