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

Properties

Properties

Paginated list of cache stages.

totalCount: number

Count of all cache stages matching the requested criteria.