TagsForResource
TagsForResource
Represents a taggable resource with its associations
JSON Example
{
"resource": {
"id": "string",
"type": "string"
},
"tags": [
{
"id": "string",
"name": "string",
"categoryId": "string",
"categoryName": "string"
}
]
}