dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
19 lines (18 loc) • 1.27 kB
JavaScript
;
const xmlElement_1 = require("../../common/soap/xmlElement");
class ProposalLineItemConstraints extends xmlElement_1.XMLElement {
constructor(allowCreativePlaceholdersCustomization = null, builtInCreativePlaceholders = null, builtInRoadblockingType = null, builtInDeliveryRateType = null, builtInCreativeRotationType = null, builtInCompanionDeliveryOption = null, builtInFrequencyCaps = null, productBuiltInTargeting = null, customizableAttributes = null) {
super();
this.allowCreativePlaceholdersCustomization = allowCreativePlaceholdersCustomization;
this.builtInCreativePlaceholders = builtInCreativePlaceholders;
this.builtInRoadblockingType = builtInRoadblockingType;
this.builtInDeliveryRateType = builtInDeliveryRateType;
this.builtInCreativeRotationType = builtInCreativeRotationType;
this.builtInCompanionDeliveryOption = builtInCompanionDeliveryOption;
this.builtInFrequencyCaps = builtInFrequencyCaps;
this.productBuiltInTargeting = productBuiltInTargeting;
this.customizableAttributes = customizableAttributes;
}
}
ProposalLineItemConstraints.XSI_TYPE = "ProposalLineItemConstraints";
exports.ProposalLineItemConstraints = ProposalLineItemConstraints;