Aliyun.Acs.Slb.Transform.V20140515.SetLoadBalancerUDPListenerAttributeResponseUnmarshaller.Unmarshall C# (CSharp) Méthode

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : SetLoadBalancerUDPListenerAttributeResponse
context UnmarshallerContext
Résultat SetLoadBalancerUDPListenerAttributeResponse
        public static SetLoadBalancerUDPListenerAttributeResponse Unmarshall(UnmarshallerContext context)
        {
            SetLoadBalancerUDPListenerAttributeResponse setLoadBalancerUDPListenerAttributeResponse = new SetLoadBalancerUDPListenerAttributeResponse();

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

            return setLoadBalancerUDPListenerAttributeResponse;
        }
SetLoadBalancerUDPListenerAttributeResponseUnmarshaller