A contact tag.
| Attribute | Type | Description |
|---|---|---|
| label | string | The label of the tag. |
| description | string | Description of the tag. |
| organization.uid | string | Podium unique identifier for the referenced resource. |
| uid | string | Podium unique identifier for tag. |
| createdAt | string | Time at which the resource was created. Date time is in Coordinated Universal Time (UTC). |
| updatedAt | string | Time 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"
}
