Skip to content

SudoSOS Back-end API / catalogue/containers / ContainerWithProductsResponse

Interface: ContainerWithProductsResponse ​

Extends ​

Properties ​

createdAt? ​

ts
optional createdAt?: string;

Inherited from ​

ContainerResponse.createdAt


id ​

ts
id: number;

Inherited from ​

ContainerResponse.id


name ​

ts
name: string;

Inherited from ​

ContainerResponse.name


owner ​

ts
owner: BaseUserResponse;

Inherited from ​

ContainerResponse.owner


products ​

ts
products: ProductResponse[];

public? ​

ts
optional public?: boolean;

Public status of the container.

Inherited from ​

ContainerResponse.public


revision? ​

ts
optional revision?: number;

The container revision.

Inherited from ​

ContainerResponse.revision


updatedAt? ​

ts
optional updatedAt?: string;

Inherited from ​

ContainerResponse.updatedAt


version? ​

ts
optional version?: number;

Inherited from ​

ContainerResponse.version