Cluster Continuous Backup Info Encryption Info
data class ClusterContinuousBackupInfoEncryptionInfo(val encryptionType: String? = null, val kmsKeyVersions: List<String>? = null)
Constructors
Link copied to clipboard
fun ClusterContinuousBackupInfoEncryptionInfo(encryptionType: String? = null, kmsKeyVersions: List<String>? = null)