Model definition for a Tag.
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | The unique ID of the Blog Tag. | |
| Name | string | The name of the tag. | |
| Language | string | The explicitly defined ISO 639 language code of the tag. | |
| TranslatedFromId | long | ID of the primary tag this object was translated from. | |
| DeletedAt | DateTimeOffset | The timestamp (ISO8601 format) when this Blog Tag was deleted. | |
| CreatedAt | DateTimeOffset | The timestamp (ISO8601 format) when this Blog Tag was created. | |
| UpdatedAt | DateTimeOffset | The timestamp (ISO8601 format) when this Blog Tag was last updated. |