Class

Tag

Tag(data)

Tag Model
Constructor

# new Tag(data)

Model constructor
Parameters:
Name Type Description
data TagLike

View Source model/Tag.js, line 7

Classes

Tag

Members

String

# createdBy

The user which created the tag.

View Source model/Tag.js, line 56

String

# createdOn

The date the tag was created.

View Source model/Tag.js, line 48

String

# entityId

The entity id of the tag.

View Source model/Tag.js, line 40

String

# id

The id of the tag.

View Source model/Tag.js, line 24

String

# name

The name of the tag.

View Source model/Tag.js, line 32

String

# updatedBy

The user which updated the tag.

View Source model/Tag.js, line 72

String

# updatedOn

The date the tag was updated on.

View Source model/Tag.js, line 64