WorkItemsSummary
Import this model from the entry point of its package:
import { WorkItemsSummary } from '@sailpoint/angular-sdk/work_items';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| open | (optional) number | The count of open work items | [default to undefined] |
| completed | (optional) number | The count of completed work items | [default to undefined] |
| total | (optional) number | The count of total work items | [default to undefined] |