nodejs-google-adwords
Version:
Google Ads API Client Library for Node.js
17 lines (16 loc) • 496 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 = {}));
var Type;
(function (Type) {
Type["TextLabel"] = "TextLabel";
})(Type = Label.Type || (Label.Type = {}));
})(Label || (Label = {}));
exports.Label = Label;