class TencentCloud::Kms::V20190118::AsymmetricRsaDecryptRequest
AsymmetricRsaDecrypt请求参数结构体
def deserialize(params)
def deserialize(params) @KeyId = params['KeyId'] @Ciphertext = params['Ciphertext'] @Algorithm = params['Algorithm'] end
def initialize(keyid=nil, ciphertext=nil, algorithm=nil)
def initialize(keyid=nil, ciphertext=nil, algorithm=nil) @KeyId = keyid @Ciphertext = ciphertext @Algorithm = algorithm end