Interface ListCachedContentsConfig

Config for caches.list method.

interface ListCachedContentsConfig {
    httpOptions?: HttpOptions;
    pageSize?: number;
    pageToken?: string;
}

Properties

httpOptions?: HttpOptions

Used to override HTTP request options.

pageSize?: number
pageToken?: string
MMNEPVFCICPMFPCPTTAAATR