UNPKG

@niur/google-admanager-api

Version:
28 lines 1.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeactivateAdUnits = exports.ArchiveAdUnits = exports.ActivateAdUnits = exports.AdUnitAction = void 0; /** * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202202/InventoryService.AdUnit AdUnit} objects. */ class AdUnitAction { } exports.AdUnitAction = AdUnitAction; /** * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202202/InventoryService.AdUnit AdUnit} objects. */ class ActivateAdUnits { } exports.ActivateAdUnits = ActivateAdUnits; /** * The action used for archiving {@link https://developers.google.com/ad-manager/api/reference/v202202/InventoryService.AdUnit AdUnit} objects. */ class ArchiveAdUnits { } exports.ArchiveAdUnits = ArchiveAdUnits; /** * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/v202202/InventoryService.AdUnit AdUnit} objects. */ class DeactivateAdUnits { } exports.DeactivateAdUnits = DeactivateAdUnits; //# sourceMappingURL=adUnit.action.js.map