Aliyun.Acs.CloudAPI.Transform.V20160714.SetSignatureApisResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : SetSignatureApisResponse
context UnmarshallerContext
return SetSignatureApisResponse
        public static SetSignatureApisResponse Unmarshall(UnmarshallerContext context)
        {
            SetSignatureApisResponse setSignatureApisResponse = new SetSignatureApisResponse();

            setSignatureApisResponse.HttpResponse = context.HttpResponse;
            setSignatureApisResponse.RequestId = context.StringValue("SetSignatureApis.RequestId");

            return setSignatureApisResponse;
        }
SetSignatureApisResponseUnmarshaller