UNPKG

dfp-lib

Version:

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

8 lines (7 loc) 310 B
import { XMLElement } from '../../common/soap/xmlElement'; export declare class ContentMetadataKeyHierarchyLevel extends XMLElement { protected static XSI_TYPE: string; customTargetingKeyId: number; hierarchyLevel: number; constructor(customTargetingKeyId?: number, hierarchyLevel?: number); }