@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
15 lines • 420 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContentService = void 0;
class ContentService {
constructor(client) {
this._client = client;
}
async getContentByStatement(statement) {
return this._client.getContentByStatement({
statement,
});
}
}
exports.ContentService = ContentService;
//# sourceMappingURL=content.service.js.map