MigrationFeedbackCategory

MigrationFeedbackCategory
MigrationFeedbackCategory

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

JSON Example
{
    "accepted_values": [
        "string"
    ],
    "category": "string",
    "count": 0,
    "resolved": 0
}
array of string
accepted_values
Optional

List of acceptable values for this feedback request.

string
category
Optional

Functional area that this query falls into.

integer As int32 As int32
count
Optional

Total number of feedback requests for this functional area.

integer As int32 As int32
resolved
Optional

Total number of resolved feedback requests for this functional area.