상속: Aliyun.Acs.Core.AcsResponse
        public static AllocateEipAddressResponse Unmarshall(UnmarshallerContext context)
        {
            AllocateEipAddressResponse allocateEipAddressResponse = new AllocateEipAddressResponse();

            allocateEipAddressResponse.HttpResponse = context.HttpResponse;
            allocateEipAddressResponse.RequestId = context.StringValue("AllocateEipAddress.RequestId");
            allocateEipAddressResponse.AllocationId = context.StringValue("AllocateEipAddress.AllocationId");
            allocateEipAddressResponse.EipAddress = context.StringValue("AllocateEipAddress.EipAddress");

            return allocateEipAddressResponse;
        }