Package version:

Interface ListContainersSegmentResponse

An enumeration of containers

interface ListContainersSegmentResponse {
    containerItems: {};
    continuationToken?: string;
    marker?: string;
    maxPageSize?: number;
    prefix?: string;
    serviceEndpoint: string;
}

Properties

containerItems: {}
continuationToken?: string
marker?: string
maxPageSize?: number
prefix?: string
serviceEndpoint: string