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