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-approval-comment |
ApprovalComment |
ApprovalComment |
ApprovalComment |
pythonsdk |
| python |
| Python |
| sdk |
| ApprovalComment |
| V2025ApprovalComment |
|
/tools/sdk/python/v2025/models/approval-comment |
| SDK |
| Software Development Kit |
| ApprovalComment |
| V2025ApprovalComment |
|
Properties
| Name |
Type |
Description |
Notes |
| comment |
str |
Comment provided either by the approval requester or the approver. |
[required] |
| timestamp |
datetime |
The time when this comment was provided. |
[required] |
| user |
str |
Name of the user that provided this comment. |
[required] |
| id |
str |
Id of the user that provided this comment. |
[required] |
| changed_to_status |
Enum [ 'PENDING_APPROVAL', 'APPROVED', 'REJECTED' ] |
Status transition of the draft. |
[required] |
| } |
|
|
|
Example
[Back to top]