UNPKG

dfp-lib

Version:

This project hosts the Node.JS client library for the SOAP-based DFP API at Google.

16 lines (15 loc) 531 B
"use strict"; const xmlElement_1 = require("../../common/soap/xmlElement"); class CreativeWrapper extends xmlElement_1.XMLElement { constructor(id = null, labelId = null, header = null, footer = null, ordering = null, status = null) { super(); this.id = id; this.labelId = labelId; this.header = header; this.footer = footer; this.ordering = ordering; this.status = status; } } CreativeWrapper.XSI_TYPE = "CreativeWrapper"; exports.CreativeWrapper = CreativeWrapper;