TaggingPullTaskResult

TaggingPullTaskResult
TaggingPullTaskResult

Task result for adapter pull operations

AllOf
This class requires all of the following:
JSON Example
{
    "type": "string",
    "resourceResults": [
        {
            "categoryConflicts": [
                {
                    "categoryId": "string",
                    "error": "string",
                    "tagConflicts": [
                        {
                            "error": "string",
                            "tagId": "string"
                        }
                    ]
                }
            ],
            "error": "string",
            "resourceId": "string"
        }
    ]
}