mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
717 B
717 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-work-items-count | WorkItemsCount | WorkItemsCount | WorkItemsCount | pythonsdk |
|
/tools/sdk/python/beta/models/work-items-count |
|
WorkItemsCount
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| count | int | The count of work items | [optional] |
| } |
Example
from sailpoint.beta.models.work_items_count import WorkItemsCount
work_items_count = WorkItemsCount(
count=29
)