Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/Beta/Models/SetIcon200Response.md
2025-02-20 12:59:19 -05:00

769 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-set-icon200-response SetIcon200Response SetIcon200Response SetIcon200Response pythonsdk
python
Python
sdk
SetIcon200Response
BetaSetIcon200Response
/tools/sdk/python/beta/models/set-icon200-response
SDK
Software Development Kit
SetIcon200Response
BetaSetIcon200Response

SetIcon200Response

Properties

Name Type Description Notes
icon str url to file with icon [optional]
}

Example

from sailpoint.beta.models.set_icon200_response import SetIcon200Response

set_icon200_response = SetIcon200Response(
icon=''
)

[Back to top]