interface ListContainersResponse {
    containers: Container[];
    totalCount: number;
}

Properties

containers: Container[]

Array of containers.

totalCount: number

Total number of containers.