Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 925 Bytes

Tag.md

File metadata and controls

17 lines (13 loc) · 925 Bytes

HubSpot.NET.Model.Tag

Model definition for a Tag.

Properties

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.

[Back to Model list] [Back to API list] [Back to README]