UserReport
Base class for system objects stored in the database in a structured manner. Contains base properties: id, name and path
Extends
Constructors
new UserReport()
new UserReport(
dart):UserReport
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
Overrides
Source
Properties
| Property | Modifier | Type | Inherited from |
|---|---|---|---|
dart | public | any | Entity.dart |
Accessors
assignee
getassignee():User
Returns
Source
author
getauthor():any
Who created entity *
Returns
any
Source
createdOn
getcreatedOn():Dayjs
Time when entity was created *
Returns
Dayjs
Source
description
getdescription():string
Returns
string
Source
entityType
getentityType():string
Entity type name *