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

Properties

Array of containers.

totalCount: number

Total number of containers.