Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2025/Models/WorkItemsCount.md
2025-04-01 09:23:12 -04:00

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
v2025-work-items-count WorkItemsCount WorkItemsCount WorkItemsCount pythonsdk
python
Python
sdk
WorkItemsCount
V2025WorkItemsCount
/tools/sdk/python/v2025/models/work-items-count
SDK
Software Development Kit
WorkItemsCount
V2025WorkItemsCount

WorkItemsCount

Properties

Name Type Description Notes
count int The count of work items [optional]
}

Example

from sailpoint.v2025.models.work_items_count import WorkItemsCount

work_items_count = WorkItemsCount(
count=29
)

[Back to top]