Encryption Info Response
data class EncryptionInfoResponse(val encryptionStatus: StatusResponse, val encryptionType: String, val kmsKeyVersion: String)
Encryption information for a Cloud Spanner database or backup.
Constructors
Link copied to clipboard
fun EncryptionInfoResponse(encryptionStatus: StatusResponse, encryptionType: String, kmsKeyVersion: String)