12 lines
260 B
C#
12 lines
260 B
C#
namespace PARR.API.Contracts.V1.Requests
|
|
{
|
|
public record StatRobotSnapshotCreateRequest
|
|
{
|
|
public int TemplateRobotsCount { get; set; }
|
|
|
|
public int ScheduleRobotsCount { get; set; }
|
|
|
|
public int MaxRobots { get; set; }
|
|
}
|
|
}
|