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

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : AddTrafficSpecialControlResponse
context UnmarshallerContext
리턴 AddTrafficSpecialControlResponse
        public static AddTrafficSpecialControlResponse Unmarshall(UnmarshallerContext context)
        {
            AddTrafficSpecialControlResponse addTrafficSpecialControlResponse = new AddTrafficSpecialControlResponse();

            addTrafficSpecialControlResponse.HttpResponse = context.HttpResponse;
            addTrafficSpecialControlResponse.RequestId = context.StringValue("AddTrafficSpecialControl.RequestId");

            return addTrafficSpecialControlResponse;
        }
AddTrafficSpecialControlResponseUnmarshaller