UNPKG

dfp-lib

Version:

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

12 lines (11 loc) 554 B
"use strict"; const hasHtmlSnippetDynamicAllocationCreative_1 = require("./hasHtmlSnippetDynamicAllocationCreative"); class AdExchangeCreative extends hasHtmlSnippetDynamicAllocationCreative_1.HasHtmlSnippetDynamicAllocationCreative { constructor(isNativeEligible = null, isInterstitial = null, codeSnippet = null) { super(codeSnippet); this.isNativeEligible = isNativeEligible; this.isInterstitial = isInterstitial; } } AdExchangeCreative.XSI_TYPE = "AdExchangeCreative"; exports.AdExchangeCreative = AdExchangeCreative;