Model definition for a Tag.

Constructors

Properties

created: Date
deletedAt: Date

The timestamp (ISO8601 format) when this Blog Tag was deleted.

id: string

The unique ID of the Blog Tag.

language: TagLanguageEnum

The explicitly defined ISO 639 language code of the tag.

name: string

The name of the tag.

translatedFromId: number

ID of the primary tag this object was translated from.

updated: Date
attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]