Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2025/Models/ApprovalCommentsRequest.md
2025-07-30 20:42:39 +00:00

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
python
Python
sdk
ApprovalCommentsRequest
V2025ApprovalCommentsRequest
/tools/sdk/python/v2025/models/approval-comments-request
SDK
Software Development Kit
ApprovalCommentsRequest
V2025ApprovalCommentsRequest

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.'
)

[Back to top]