Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V3/Models/WorkItemsCount.md
2025-02-20 12:59:19 -05:00

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

WorkItemsCount

Properties

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

Example

from sailpoint.v3.models.work_items_count import WorkItemsCount

work_items_count = WorkItemsCount(
count=29
)

[Back to top]