interface ListCacheStagesResponse {
    stages: CacheStage[];
    totalCount: number;
}

Properties

Properties

stages: CacheStage[]

Paginated list of cache stages.

totalCount: number

Count of all cache stages matching the requested criteria.