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