class Google::Apis::SpannerV1::CopyBackupEncryptionConfig
Encryption configuration for the copied backup.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @encryption_type = args[:encryption_type] if args.key?(:encryption_type) @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name) end