Skip to content

SudoSOS Back-end API / catalogue/containers / BaseContainerResponse

Interface: BaseContainerResponse ​

Extended by ​

Properties ​

createdAt? ​

ts
optional createdAt?: string;

Inherited from ​

ts
BaseResponse.createdAt

id ​

ts
id: number;

Inherited from ​

ts
BaseResponse.id

name ​

ts
name: string;

public? ​

ts
optional public?: boolean;

Public status of the container.


revision? ​

ts
optional revision?: number;

The container revision.


updatedAt? ​

ts
optional updatedAt?: string;

Inherited from ​

ts
BaseResponse.updatedAt

version? ​

ts
optional version?: number;

Inherited from ​

ts
BaseResponse.version