dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
12 lines (11 loc) • 579 B
JavaScript
;
const stringCreativeTemplateVariable_1 = require("./stringCreativeTemplateVariable");
class ListStringCreativeTemplateVariable extends stringCreativeTemplateVariable_1.StringCreativeTemplateVariable {
constructor(choices = null, allowOtherChoice = null, defaultValue = null) {
super(defaultValue);
this.choices = choices;
this.allowOtherChoice = allowOtherChoice;
}
}
ListStringCreativeTemplateVariable.XSI_TYPE = "ListStringCreativeTemplateVariable";
exports.ListStringCreativeTemplateVariable = ListStringCreativeTemplateVariable;