TaggingPushTaskResult
TaggingPushTaskResult
Task result for adapter push operations
AllOf
JSON Example
{
"type": "string",
"resourceResults": [
{
"categoryConflicts": [
{
"categoryId": "string",
"error": "string",
"tagConflicts": [
{
"error": "string",
"tagId": "string"
}
]
}
],
"error": "string",
"resourceId": "string"
}
]
}