API Reference
Rockets Core API
nestjs-role
classes
RoleAssignmentPostgresEntity

Class: abstract RoleAssignmentPostgresEntity

Role Assignment Postgres Entity

Extends

Implements

Constructors

new RoleAssignmentPostgresEntity()

new RoleAssignmentPostgresEntity(): RoleAssignmentPostgresEntity

Returns

RoleAssignmentPostgresEntity

Inherited from

CommonPostgresEntity.constructor

Properties

PropertyTypeDescriptionInherited from
assigneeReferenceIdInterface<string>Assignee You will need to decorate this in your concrete entity class-
dateCreatedDateDate created.RoleAssignmentEntityInterface.dateCreated CommonPostgresEntity.dateCreated
dateDeletedAuditDateDeletedDate deleted.RoleAssignmentEntityInterface.dateDeleted CommonPostgresEntity.dateDeleted
dateUpdatedDateDate updated.RoleAssignmentEntityInterface.dateUpdated CommonPostgresEntity.dateUpdated
idstring-RoleAssignmentEntityInterface.id CommonPostgresEntity.id
roleRoleEntityInterfaceRole You will need to decorate this in your concrete entity class-
versionnumberVersionRoleAssignmentEntityInterface.version CommonPostgresEntity.version