Aliyun.Acs.Slb.Transform.V20140515.SetLoadBalancerUDPListenerAttributeResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : SetLoadBalancerUDPListenerAttributeResponse
context UnmarshallerContext
return SetLoadBalancerUDPListenerAttributeResponse
        public static SetLoadBalancerUDPListenerAttributeResponse Unmarshall(UnmarshallerContext context)
        {
            SetLoadBalancerUDPListenerAttributeResponse setLoadBalancerUDPListenerAttributeResponse = new SetLoadBalancerUDPListenerAttributeResponse();

            setLoadBalancerUDPListenerAttributeResponse.HttpResponse = context.HttpResponse;
            setLoadBalancerUDPListenerAttributeResponse.RequestId = context.StringValue("SetLoadBalancerUDPListenerAttribute.RequestId");

            return setLoadBalancerUDPListenerAttributeResponse;
        }
SetLoadBalancerUDPListenerAttributeResponseUnmarshaller