class Google::Apis::SpannerV1::EncryptionInfo

Encryption information for a Cloud Spanner database or backup.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @encryption_status = args[:encryption_status] if args.key?(:encryption_status)
  @encryption_type = args[:encryption_type] if args.key?(:encryption_type)
  @kms_key_version = args[:kms_key_version] if args.key?(:kms_key_version)
end