OneOfTaggingTaskResult
OneOfTaggingTaskResult
OneOf interface for TaggingTaskResult
OneOf
This class requires at least one of the following:
JSON Example
TaggingAssignmentTaskResult
{
"type": "string",
"assignmentResults": [
{
"attachResults": [
{
"error": "string",
"tagId": "string"
}
],
"detachResults": [
{
"error": "string",
"tagId": "string"
}
],
"error": "string",
"resourceId": "string"
}
]
}