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

Unmarshall() public static method

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

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

            return addTrafficSpecialControlResponse;
        }
AddTrafficSpecialControlResponseUnmarshaller