Long Term Retention Policy Response
data class LongTermRetentionPolicyResponse(val dailySchedule: DailyRetentionScheduleResponse? = null, val monthlySchedule: MonthlyRetentionScheduleResponse? = null, val retentionPolicyType: String, val weeklySchedule: WeeklyRetentionScheduleResponse? = null, val yearlySchedule: YearlyRetentionScheduleResponse? = null)
Long term retention policy.
Constructors
Link copied to clipboard
fun LongTermRetentionPolicyResponse(dailySchedule: DailyRetentionScheduleResponse? = null, monthlySchedule: MonthlyRetentionScheduleResponse? = null, retentionPolicyType: String, weeklySchedule: WeeklyRetentionScheduleResponse? = null, yearlySchedule: YearlyRetentionScheduleResponse? = null)