2023-10-05 16:56:02 +10:00
|
|
|
|
namespace PARR.API.Contracts.V1.Responses
|
|
|
|
|
|
{
|
|
|
|
|
|
public class RobotTaskScheduleResponse
|
|
|
|
|
|
{
|
2023-10-06 11:38:33 +10:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// RobotConfigurationId
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public Guid TaskId { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
2023-10-05 16:56:02 +10:00
|
|
|
|
//TODO:
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|