Backup Vault Lock Configuration Type
data class BackupVaultLockConfigurationType(val changeableForDays: Int? = null, val maxRetentionDays: Int? = null, val minRetentionDays: Int)
Constructors
Link copied to clipboard
fun BackupVaultLockConfigurationType(changeableForDays: Int? = null, maxRetentionDays: Int? = null, minRetentionDays: Int)