nodejs-google-adwords
Version:
Google Ads API Client Library for Node.js
13 lines (12 loc) • 370 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var Label;
(function (Label) {
var status;
(function (status) {
status["ENABLED"] = "ENABLED";
status["REMOVED"] = "REMOVED";
status["UNKNOWN"] = "UNKNOWN";
})(status = Label.status || (Label.status = {}));
})(Label || (Label = {}));
exports.Label = Label;