The contact tag object

A contact tag.

AttributeTypeDescription
labelstringThe label of the tag.
descriptionstringDescription of the tag.
organization.uidstringPodium unique identifier for the referenced resource.
uidstringPodium unique identifier for tag.
createdAtstringTime at which the resource was created. Date time is in Coordinated Universal Time (UTC).
updatedAtstringTime at which the resource was updated. Date time is in Coordinated Universal Time (UTC).
{
  "label": "",
  "description": "",
  "organization": {
    "uid": "00000000-0000-0000-0000-000000000000"
  },
  "uid": "00000000-0000-0000-0000-000000000000",
  "createdAt": "2015-01-23T23:50:07Z",
  "updatedAt": "2015-01-23T23:50:07Z"
}