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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : SwitchApiResponse
context UnmarshallerContext
return SwitchApiResponse
        public static SwitchApiResponse Unmarshall(UnmarshallerContext context)
        {
            SwitchApiResponse switchApiResponse = new SwitchApiResponse();

            switchApiResponse.HttpResponse = context.HttpResponse;
            switchApiResponse.RequestId = context.StringValue("SwitchApi.RequestId");

            return switchApiResponse;
        }
SwitchApiResponseUnmarshaller