| Property | Description | Returns |
|---|---|---|
| id | int | |
| name | string | |
| slug | string | |
| created | Get the date the record was created. | DateTime |
| modified | Get the last modification date for the record. | DateTime |
| site | Site | |
| customFieldValues | Collection (TagCustomFieldValue) | |
| customFieldContent | Get a serialized representation of the custom fields associated with the record | object |
| customFields | Get the custom fields for this entity | array |
Common\Models\Api\Tag
Tag