class TencentCloud::Cdb::V20170320::DescribeBackupDecryptionKeyResponse
DescribeBackupDecryptionKey返回参数结构体
def deserialize(params)
def deserialize(params) @DecryptionKey = params['DecryptionKey'] @RequestId = params['RequestId'] end
def initialize(decryptionkey=nil, requestid=nil)
def initialize(decryptionkey=nil, requestid=nil) @DecryptionKey = decryptionkey @RequestId = requestid end