UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 297 B
"use strict"; const customCriteriaNode_1 = require("./customCriteriaNode"); class CustomCriteriaLeaf extends customCriteriaNode_1.CustomCriteriaNode { constructor() { super(); } } CustomCriteriaLeaf.XSI_TYPE = "CustomCriteriaLeaf"; exports.CustomCriteriaLeaf = CustomCriteriaLeaf;