TaggingTagAssociationListAttachedTagsOnObjectsResponseBody
This is a response body class for an operation.
Properties
array of
TaggingTagAssociationObjectToTags
value
Optional
The list of the object identifiers to all tag identifiers that are attached to that object.
JSON Example
{
"value": [
{
"object_id": {
"id": "string",
"type": "string"
},
"tag_ids": [
"string"
]
}
]
}