Skip to main content

Class TaskHistoryListResponse

Paged response wrapper for listing task histories.

Assembly: Taskurai.dll
Declaration
public class TaskHistoryListResponse

Properties

Specversion

Spec version marker.

Declaration
public string Specversion { get; }

Error

Error body contract when the request failed.

Declaration
public ErrorResponse Error { get; }

ContinuationToken

Continuation token for paging. Omitted or null when there are no more results.

Declaration
public string ContinuationToken { get; }

TotalCount

Optional total count. Only returned when requested.

Declaration
public int? TotalCount { get; }

Data

Page of task histories.

Declaration
public IReadOnlyList<TaskHistoryResponse> Data { get; }