UNPKG

@niur/google-admanager-api

Version:
22 lines 920 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeactivateCreatives = exports.ActivateCreatives = exports.CreativeAction = void 0; /** * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202202/CreativeService.Creative Creative} objects. */ class CreativeAction { } exports.CreativeAction = CreativeAction; /** * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202202/CreativeService.Creative Creative} objects. */ class ActivateCreatives { } exports.ActivateCreatives = ActivateCreatives; /** * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/v202202/CreativeService.Creative Creative} objects. */ class DeactivateCreatives { } exports.DeactivateCreatives = DeactivateCreatives; //# sourceMappingURL=creative.action.js.map