2023-12-20 13:43:03 +10:00
|
|
|
|
namespace PARR.API.Contracts.V1.Responses.Statistics
|
|
|
|
|
|
{
|
2025-08-26 14:04:49 +10:00
|
|
|
|
public class StatUnitResponse
|
2023-12-20 13:43:03 +10:00
|
|
|
|
{
|
|
|
|
|
|
public int AllHosts { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
public int CreatedLastDay { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
public int UpdatedLastDay { get; set;}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|