UNPKG

@guardian/google-admanager-api

Version:

Google Ad Manager API Client Library for NodeJs

16 lines 661 B
/** * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202405/TeamService.Team Team} objects. */ export declare abstract class TeamAction { } /** * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202405/TeamService.Team Team} objects. */ export declare class ActivateTeams implements TeamAction { } /** * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/v202405/TeamService.Team Team} objects. */ export declare class DeactivateTeams implements TeamAction { } //# sourceMappingURL=team.action.d.ts.map