dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
10 lines (9 loc) • 442 B
JavaScript
;
const contentMetadataKeyHierarchyAction_1 = require("./contentMetadataKeyHierarchyAction");
class DeleteContentMetadataKeyHierarchies extends contentMetadataKeyHierarchyAction_1.ContentMetadataKeyHierarchyAction {
constructor() {
super();
}
}
DeleteContentMetadataKeyHierarchies.XSI_TYPE = "DeleteContentMetadataKeyHierarchies";
exports.DeleteContentMetadataKeyHierarchies = DeleteContentMetadataKeyHierarchies;