UNPKG

@niur/google-admanager-api

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