SudoSOS Back-end API / catalogue/containers / ContainerWithProductsResponse
Interface: ContainerWithProductsResponse ​
Extends ​
Properties ​
createdAt? ​
ts
optional createdAt?: string;Inherited from ​
id ​
ts
id: number;Inherited from ​
name ​
ts
name: string;Inherited from ​
owner ​
ts
owner: BaseUserResponse;Inherited from ​
products ​
ts
products: ProductResponse[];public? ​
ts
optional public?: boolean;Public status of the container.
Inherited from ​
revision? ​
ts
optional revision?: number;The container revision.
Inherited from ​
updatedAt? ​
ts
optional updatedAt?: string;Inherited from ​
version? ​
ts
optional version?: number;