Aliyun.Acs.Kms.Transform.V20160120.DecryptResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : DecryptResponse
context UnmarshallerContext
return Aliyun.Acs.Kms.Model.V20160120.DecryptResponse
        public static DecryptResponse Unmarshall(UnmarshallerContext context)
        {
            DecryptResponse decryptResponse = new DecryptResponse();

            decryptResponse.HttpResponse = context.HttpResponse;
            decryptResponse.Plaintext = context.StringValue("Decrypt.Plaintext");
            decryptResponse.KeyId = context.StringValue("Decrypt.KeyId");
            decryptResponse.RequestId = context.StringValue("Decrypt.RequestId");

            return decryptResponse;
        }
DecryptResponseUnmarshaller