Interface TasksApiTasksDestroyAnnotationsRequest

Request parameters for tasksDestroyAnnotations operation in TasksApi.

TasksApiTasksDestroyAnnotationsRequest

interface TasksApiTasksDestroyAnnotationsRequest {
    id: number;
}

Properties

Properties

id: number

A unique integer value identifying this task.

TasksApiTasksDestroyAnnotations