UNPKG

@niur/google-admanager-api

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