dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
10 lines (9 loc) • 395 B
JavaScript
;
const hasHtmlSnippetDynamicAllocationCreative_1 = require("./hasHtmlSnippetDynamicAllocationCreative");
class AdSenseCreative extends hasHtmlSnippetDynamicAllocationCreative_1.HasHtmlSnippetDynamicAllocationCreative {
constructor(codeSnippet = null) {
super(codeSnippet);
}
}
AdSenseCreative.XSI_TYPE = "AdSenseCreative";
exports.AdSenseCreative = AdSenseCreative;