mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
970 B
970 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-recommendation-response-dto | RecommendationResponseDto | RecommendationResponseDto | RecommendationResponseDto | powershellsdk |
|
/tools/sdk/powershell/v2025/models/recommendation-response-dto |
|
RecommendationResponseDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Response | []RecommendationResponse | [optional] |
Examples
- Prepare the resource
$RecommendationResponseDto = Initialize-V2025RecommendationResponseDto -Response null
- Convert the resource to JSON
$RecommendationResponseDto | ConvertTo-JSON