TasksListResponse type

Contains response data for the list operation.

type TasksListResponse = TaskList & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TaskList }
}