Skip to content

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 ​

BaseContainerResponse.id


name ​

ts
name: string;

Inherited from ​

BaseContainerResponse.name


owner ​

ts
owner: BaseUserResponse;

public? ​

ts
optional public?: boolean;

Public status of the container.

Inherited from ​

BaseContainerResponse.public


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;

Inherited from ​

BaseContainerResponse.version