MigrationFeedbackResponse

MigrationFeedbackResponse
MigrationFeedbackResponse

Detailed feedback requests from the migration tool where user input is required.

JSON Example
{
    "action": "string",
    "id": "string",
    "value": "string",
    "values": [
        "string"
    ]
}
string
action
Required

Action selected in response to the feedback request.

string
id
Required

Identifier of the feedback request.

string
value
Optional

User input provided in response to the feedback request.

array of string
values
Optional

User input provided in the form of a list of values in response to the feedback request.