MigrationFeedbackSummaryListResult

MigrationFeedbackSummaryListResult
MigrationFeedbackSummaryListResult

List of feedback categories and count of requests in each category.

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "feedback_resolution_job_status": "string",
    "results": [
        {
            "accepted_values": [
                "string"
            ],
            "category": "string",
            "count": 0,
            "resolved": 0
        }
    ]
}