UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

22 lines (21 loc) 642 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DnsMappingRequest = void 0; var Mapper_1 = require("../common/Mapper"); /** * @export * @class DnsMappingRequest */ var DnsMappingRequest = /** @class */ (function () { function DnsMappingRequest(obj) { if (!obj) { return; } this.subdomain = (0, Mapper_1.map)(obj.subdomain); this.name = (0, Mapper_1.map)(obj.name); this.description = (0, Mapper_1.map)(obj.description); } return DnsMappingRequest; }()); exports.DnsMappingRequest = DnsMappingRequest; exports.default = DnsMappingRequest;