UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

15 lines (14 loc) 411 B
/** * @export * @class CacheControl */ export declare class CacheControl { /** * Cache control for storing data on CDN. Example \"public, max-age=0, no-cache\". Cache control is supported on S3, GCS and Azure output storage providers. * @type {string} * @memberof CacheControl */ cacheControl?: string; constructor(obj?: Partial<CacheControl>); } export default CacheControl;