UNPKG

@guardian/google-admanager-api

Version:

Google Ad Manager API Client Library for NodeJs

22 lines 660 B
"use strict"; 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 = InventoryStatus = {})); //# sourceMappingURL=placement.enum.js.map