dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
10 lines (9 loc) • 543 B
JavaScript
;
const creative_1 = require("./creative");
class LegacyDfpCreative extends creative_1.Creative {
constructor(advertiserId = null, id = null, name = null, size = null, previewUrl = null, policyViolations = null, appliedLabels = null, lastModifiedDateTime = null, customFieldValues = null) {
super(advertiserId, id, name, size, previewUrl, policyViolations, appliedLabels, lastModifiedDateTime, customFieldValues);
}
}
LegacyDfpCreative.XSI_TYPE = "LegacyDfpCreative";
exports.LegacyDfpCreative = LegacyDfpCreative;