--- id: v2025-set-icon200-response title: SetIcon200Response pagination_label: SetIcon200Response sidebar_label: SetIcon200Response sidebar_class_name: pythonsdk keywords: ['python', 'Python', 'sdk', 'SetIcon200Response', 'V2025SetIcon200Response'] slug: /tools/sdk/python/v2025/models/set-icon200-response tags: ['SDK', 'Software Development Kit', 'SetIcon200Response', 'V2025SetIcon200Response'] --- # SetIcon200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **icon** | **str** | url to file with icon | [optional] } ## Example ```python from sailpoint.v2025.models.set_icon200_response import SetIcon200Response set_icon200_response = SetIcon200Response( icon='' ) ``` [[Back to top]](#)