UNPKG

dfp-lib

Version:

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

11 lines (10 loc) 465 B
"use strict"; const xmlElement_1 = require("../../common/soap/xmlElement"); class ContentMetadataKeyHierarchyTargeting extends xmlElement_1.XMLElement { constructor(customTargetingValueIds = null) { super(); this.customTargetingValueIds = customTargetingValueIds; } } ContentMetadataKeyHierarchyTargeting.XSI_TYPE = "ContentMetadataKeyHierarchyTargeting"; exports.ContentMetadataKeyHierarchyTargeting = ContentMetadataKeyHierarchyTargeting;