Tagging_TagAssociation_BatchResult
Tagging_TagAssociation_BatchResult
The TagAssociation.BatchResult structure describes the result of performing the same operation on several tags or objects in a single invocation.
JSON Example
{
"success": false,
"error_messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
]
}
boolean
success
Required
This is true if the batch operation completed without any errors. Otherwise it is false and all or some operations have failed.