Sub Protection Policy Response
data class SubProtectionPolicyResponse(val policyType: String? = null, val retentionPolicy: Either<LongTermRetentionPolicyResponse, SimpleRetentionPolicyResponse>? = null, val schedulePolicy: Any? = null, val tieringPolicy: Map<String, TieringPolicyResponse>? = null)
Sub-protection policy which includes schedule and retention
Constructors
Link copied to clipboard
fun SubProtectionPolicyResponse(policyType: String? = null, retentionPolicy: Either<LongTermRetentionPolicyResponse, SimpleRetentionPolicyResponse>? = null, schedulePolicy: Any? = null, tieringPolicy: Map<String, TieringPolicyResponse>? = null)