UNPKG

dfp-lib

Version:

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

14 lines (13 loc) 513 B
"use strict"; const xmlElement_1 = require("../../common/soap/xmlElement"); class ContentMetadataKeyHierarchy extends xmlElement_1.XMLElement { constructor(id = null, name = null, hierarchyLevels = null, status = null) { super(); this.id = id; this.name = name; this.hierarchyLevels = hierarchyLevels; this.status = status; } } ContentMetadataKeyHierarchy.XSI_TYPE = "ContentMetadataKeyHierarchy"; exports.ContentMetadataKeyHierarchy = ContentMetadataKeyHierarchy;