UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 384 B
"use strict"; const customTargetingValueAction_1 = require("./customTargetingValueAction"); class ActivateCustomTargetingValues extends customTargetingValueAction_1.CustomTargetingValueAction { constructor() { super(); } } ActivateCustomTargetingValues.XSI_TYPE = "ActivateCustomTargetingValues"; exports.ActivateCustomTargetingValues = ActivateCustomTargetingValues;