UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 356 B
"use strict"; const customTargetingKeyAction_1 = require("./customTargetingKeyAction"); class DeleteCustomTargetingKeys extends customTargetingKeyAction_1.CustomTargetingKeyAction { constructor() { super(); } } DeleteCustomTargetingKeys.XSI_TYPE = "DeleteCustomTargetingKeys"; exports.DeleteCustomTargetingKeys = DeleteCustomTargetingKeys;