Class TaskHistoryResponse
The TaskHistoryResponse.
Assembly: Taskurai.dll
Declaration
public class TaskHistoryResponse
Properties
Id
Task history id.
Declaration
public string Id { get; }
Created
Task history created (utc).
Declaration
public DateTimeOffset? Created { get; }
Task
Task.
Declaration
public TaskResponse Task { get; }