@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
22 lines • 668 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InventoryStatus = void 0;
/**
* Represents the status of objects that represent inventory - ad units and placements.
*/
var InventoryStatus;
(function (InventoryStatus) {
/**
* The object is active.
*/
InventoryStatus["ACTIVE"] = "ACTIVE";
/**
* The object is no longer active.
*/
InventoryStatus["INACTIVE"] = "INACTIVE";
/**
* The object has been archived.
*/
InventoryStatus["ARCHIVED"] = "ARCHIVED";
})(InventoryStatus = exports.InventoryStatus || (exports.InventoryStatus = {}));
//# sourceMappingURL=placement.enum.js.map