class TencentCloud::Kms::V20190118::AsymmetricRsaDecryptRequest

def deserialize(params)

def deserialize(params)
  @KeyId = params['KeyId']
  @Ciphertext = params['Ciphertext']
  @Algorithm = params['Algorithm']
end