SudoSOS Back-end API / catalogue/containers / Container
Class: Container ​
Extends ​
Constructors ​
Constructor ​
ts
new Container(): Container;Returns ​
Container
Inherited from ​
Properties ​
| Property | Modifier | Type | Description | Inherited from |
|---|---|---|---|---|
createdAt | readonly | Date | The creation date of the object. | BaseEntity.createdAt |
currentRevision | public | number | The current revision of the container. Can be null if no revision exists. | - |
deletedAt | readonly | Date | - | - |
id | readonly | number | - | BaseEntity.id |
owner | public | User | - | - |
public | public | boolean | Whether the container can be added to pointOfSales by everyone. | - |
updatedAt | readonly | Date | The last update date of the object. | BaseEntity.updatedAt |
version | readonly | number | The current version of the object. | BaseEntity.version |