UnappliedFileTag
tagTypeIdstringrequired
type object
idstringrequired
descriptionstringnullable
typestringrequired
hasUrlbooleanrequired
allowMultiplebooleanrequired
iconstringnullablerequired
textColorstringrequired
backgroundColorstringrequired
tagCountnumber
tagIdstringnullable
displayValuestringrequired
urlstringnullable
The external url that the User sets to be associated with tagged file
file_uristring
The gcs url for the file that the tag is attached to
UnappliedFileTag
{
  "tagTypeId": "string",
  "type": {
    "id": "string",
    "description": "string",
    "type": "string",
    "hasUrl": true,
    "allowMultiple": true,
    "icon": "string",
    "textColor": "string",
    "backgroundColor": "string",
    "tagCount": 0
  },
  "tagId": "string",
  "displayValue": "string",
  "url": "string",
  "file_uri": "string"
}