TaggingAssignmentTaskResult

TaggingAssignmentTaskResult
TaggingAssignmentTaskResult

Task result for tag assignment operations

AllOf
This class requires all of the following:
JSON Example
{
    "type": "string",
    "assignmentResults": [
        {
            "attachResults": [
                {
                    "error": "string",
                    "tagId": "string"
                }
            ],
            "detachResults": [
                {
                    "error": "string",
                    "tagId": "string"
                }
            ],
            "error": "string",
            "resourceId": "string"
        }
    ]
}