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