UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

19 lines (18 loc) 432 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CacheControl = void 0; const Mapper_1 = require("../common/Mapper"); /** * @export * @class CacheControl */ class CacheControl { constructor(obj) { if (!obj) { return; } this.cacheControl = (0, Mapper_1.map)(obj.cacheControl); } } exports.CacheControl = CacheControl; exports.default = CacheControl;