feat(api): Контроллер RobotTaskRobotStatusController управления статусами работы робота
This commit is contained in:
@@ -2,6 +2,21 @@
|
||||
{
|
||||
public class RobotConfigurationResponse
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public DateTimeOffset DateCreated { get; set; }
|
||||
|
||||
public Guid TemplateId { get; set; }
|
||||
|
||||
public RobotResponse? Robot { get; set; }
|
||||
|
||||
public TaskStatusResponse? TaskStatus { get; set; }
|
||||
|
||||
public RobotStatusResponse? RobotStatus { get; set; }
|
||||
|
||||
public int AttemptsNumber { get; set; }
|
||||
|
||||
public DateTimeOffset? LastRobotStatusUpdated { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user