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

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : SetTrafficControlApisResponse
context UnmarshallerContext
리턴 SetTrafficControlApisResponse
        public static SetTrafficControlApisResponse Unmarshall(UnmarshallerContext context)
        {
            SetTrafficControlApisResponse setTrafficControlApisResponse = new SetTrafficControlApisResponse();

            setTrafficControlApisResponse.HttpResponse = context.HttpResponse;
            setTrafficControlApisResponse.RequestId = context.StringValue("SetTrafficControlApis.RequestId");

            return setTrafficControlApisResponse;
        }
SetTrafficControlApisResponseUnmarshaller