MigrationFeedbackRequestListResult
MigrationFeedbackRequestListResult
List of detailed feedback requests from the migration tool where user input is required.
AllOf
JSON Example
{
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"cursor": "string",
"sort_ascending": false,
"sort_by": "string",
"result_count": 0,
"results": [
{
"vertical": "string",
"id": "string",
"message": "string",
"suggested_action": "string",
"object_id": "string",
"sub_vertical": "string"
}
]
}