ListCurationTaskResponse
org.sagebionetworks.repo.model.curation.ListCurationTaskResponse
A single page of CurationTasks.
| Field | Type | Description |
|---|---|---|
| page | ARRAY<CurationTask> | Deprecated. Use 'bundlePage' instead. A list of task definitions only. |
| bundlePage | ARRAY<TaskBundle> | A list of task bundles containing both the definition and the current status. |
| nextPageToken | STRING | Forward this token to get the next page of results. |