namespace MoonlightServers.Shared.Http.Responses.User.Allocations; public class AllocationDetailResponse { public int Id { get; set; } public string IpAddress { get; set; } public int Port { get; set; } }