mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
882 B
882 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-approval-comments-request | ApprovalCommentsRequest | ApprovalCommentsRequest | ApprovalCommentsRequest | pythonsdk |
|
/tools/sdk/python/v2025/models/approval-comments-request |
|
ApprovalCommentsRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| comment | str | Comment associated with the request. | [optional] |
| } |
Example
from sailpoint.v2025.models.approval_comments_request import ApprovalCommentsRequest
approval_comments_request = ApprovalCommentsRequest(
comment='Approval comment.'
)