SimpleRetentionPolicyResponse

data class SimpleRetentionPolicyResponse(val retentionDuration: RetentionDurationResponse? = null, val retentionPolicyType: String)

Simple policy retention.

Constructors

Link copied to clipboard
constructor(retentionDuration: RetentionDurationResponse? = null, retentionPolicyType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Retention duration of the protection policy.

Link copied to clipboard

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. Expected value is 'SimpleRetentionPolicy'.