Aliyun.Acs.Ecs.Transform.V20140526.UnassociateHaVipResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : UnassociateHaVipResponse
context UnmarshallerContext
return UnassociateHaVipResponse
        public static UnassociateHaVipResponse Unmarshall(UnmarshallerContext context)
        {
            UnassociateHaVipResponse unassociateHaVipResponse = new UnassociateHaVipResponse();

            unassociateHaVipResponse.HttpResponse = context.HttpResponse;
            unassociateHaVipResponse.RequestId = context.StringValue("UnassociateHaVip.RequestId");

            return unassociateHaVipResponse;
        }
UnassociateHaVipResponseUnmarshaller