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-user-level-publish-summary |
UserLevelPublishSummary |
UserLevelPublishSummary |
UserLevelPublishSummary |
pythonsdk |
| python |
| Python |
| sdk |
| UserLevelPublishSummary |
| V2025UserLevelPublishSummary |
|
/tools/sdk/python/v2025/models/user-level-publish-summary |
| SDK |
| Software Development Kit |
| UserLevelPublishSummary |
| V2025UserLevelPublishSummary |
|
UserLevelPublishSummary
It represents a summary of a user level publish operation, including its metadata and status.
Properties
| Name |
Type |
Description |
Notes |
| user_level_id |
str |
The unique identifier of the UserLevel. |
[optional] |
| publish |
bool |
Indicates whether the API call triggered a publish operation. |
[optional] [default to False] |
| status |
str |
The status of the UserLevel publish operation. |
[optional] |
| modified |
datetime |
The last modification timestamp of the UserLevel. |
[optional] |
| } |
|
|
|
Example
[Back to top]