Constructor # new Tag(data) Model constructor Parameters: Name Type Description data TagLike View Source model/Tag.js, line 7 Classes Tag Members Type: String # createdBy The user which created the tag. View Source model/Tag.js, line 56 Type: String # createdOn The date the tag was created. View Source model/Tag.js, line 48 Type: String # entityId The entity id of the tag. View Source model/Tag.js, line 40 Type: String # id The id of the tag. View Source model/Tag.js, line 24 Type: String # name The name of the tag. View Source model/Tag.js, line 32 Type: String # updatedBy The user which updated the tag. View Source model/Tag.js, line 72 Type: String # updatedOn The date the tag was updated on. View Source model/Tag.js, line 64