Class: abstract RoleAssignmentPostgresEntity
Role Assignment Postgres Entity
Extends
Implements
Constructors
new RoleAssignmentPostgresEntity()
new RoleAssignmentPostgresEntity():
RoleAssignmentPostgresEntity
Returns
Inherited from
CommonPostgresEntity.constructor
Properties
| Property | Type | Description | Inherited from | 
|---|---|---|---|
| assignee | ReferenceIdInterface<string> | Assignee You will need to decorate this in your concrete entity class | - | 
| dateCreated | Date | Date created. | RoleAssignmentEntityInterface.dateCreatedCommonPostgresEntity.dateCreated | 
| dateDeleted | AuditDateDeleted | Date deleted. | RoleAssignmentEntityInterface.dateDeletedCommonPostgresEntity.dateDeleted | 
| dateUpdated | Date | Date updated. | RoleAssignmentEntityInterface.dateUpdatedCommonPostgresEntity.dateUpdated | 
| id | string | - | RoleAssignmentEntityInterface.idCommonPostgresEntity.id | 
| role | RoleEntityInterface | Role You will need to decorate this in your concrete entity class | - | 
| version | number | Version | RoleAssignmentEntityInterface.versionCommonPostgresEntity.version |