Inheritance: Aliyun.Acs.Core.AcsResponse
        public static AllocatePublicIpAddressResponse Unmarshall(UnmarshallerContext context)
        {
            AllocatePublicIpAddressResponse allocatePublicIpAddressResponse = new AllocatePublicIpAddressResponse();

            allocatePublicIpAddressResponse.HttpResponse = context.HttpResponse;
            allocatePublicIpAddressResponse.RequestId = context.StringValue("AllocatePublicIpAddress.RequestId");
            allocatePublicIpAddressResponse.IpAddress = context.StringValue("AllocatePublicIpAddress.IpAddress");

            return allocatePublicIpAddressResponse;
        }