Skip to content

Interface: Tag

@flyze/lib-data-store 3.0.0-alpha.55· latest

Defined in: projects/lib-data-store/src/lib/flyze-models/tag.model.ts:3

  • TagDTO

readonly createdAt: Date

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-tracked-dates.model.d.ts:5

The date when the record was created.

TagDTO.createdAt


optional createdBy: string | null

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-audit-meta.model.d.ts:7

The ID of the user who created the resource.

TagDTO.createdBy


createdByKind: "Group" | "User" | "Unknown" | "API" | "System"

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-audit-meta.model.d.ts:11

The kind of the user who created the resource.

TagDTO.createdByKind


optional customId: string | null

Defined in: node_modules/@flyze/lib-db-models/models/shared/custom-identifiable.model.d.ts:2

TagDTO.customId


optional displayName: string | null

Defined in: node_modules/@flyze/lib-db-models/models/tag/tag.model.d.ts:6

A user-friendly name for the aspect type.

TagDTO.displayName


readonly entityKind: "tag"

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-entity-kind.model.d.ts:31

The kind of the entity.

TagDTO.entityKind


readonly id: string

Defined in: node_modules/@flyze/lib-db-models/models/shared/identifiable.model.d.ts:3

TagDTO.id


readonly optional instanceId: string

Defined in: projects/lib-data-store/src/lib/flyze-models/tag.model.ts:5


readonly updatedAt: Date

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-tracked-dates.model.d.ts:9

The date when the record was last updated.

TagDTO.updatedAt


optional updatedBy: string | null

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-audit-meta.model.d.ts:15

The ID of the user who last updated the resource.

TagDTO.updatedBy


updatedByKind: "Group" | "User" | "Unknown" | "API" | "System"

Defined in: node_modules/@flyze/lib-db-models/models/shared/has-audit-meta.model.d.ts:19

The kind of the user who last updated the resource.

TagDTO.updatedByKind