@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
21 lines • 964 B
TypeScript
/**
* Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202202/PlacementService.Placement Placement} objects.
*/
export declare abstract class PlacementAction {
}
/**
* The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202202/PlacementService.Placement Placement} objects.
*/
export declare class ActivatePlacements implements PlacementAction {
}
/**
* The action used for archiving {@link https://developers.google.com/ad-manager/api/reference/v202202/PlacementService.Placement Placement} objects.
*/
export declare class ArchivePlacements implements PlacementAction {
}
/**
* The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/v202202/PlacementService.Placement Placement} objects.
*/
export declare class DeactivatePlacements implements PlacementAction {
}
//# sourceMappingURL=placement.action.d.ts.map