mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
722 B
722 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-work-items-count | WorkItemsCount | WorkItemsCount | WorkItemsCount | pythonsdk |
|
/tools/sdk/python/v2024/models/work-items-count |
|
WorkItemsCount
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| count | int | The count of work items | [optional] |
| } |
Example
from sailpoint.v2024.models.work_items_count import WorkItemsCount
work_items_count = WorkItemsCount(
count=29
)