TaggingTagAssociationListAttachedObjectsOnTagsResponseBody
This is a response body class for an operation.
Properties
array of
TaggingTagAssociationTagToObjects
value
Optional
The list of the tag identifiers to all object identifiers that each tag is attached to.
JSON Example
{
"value": [
{
"object_ids": [
{
"id": "string",
"type": "string"
}
],
"tag_id": "string"
}
]
}