Aliyun.Acs.CloudAPI.Transform.V20160714.SwitchApiResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

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

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

            return switchApiResponse;
        }
SwitchApiResponseUnmarshaller