@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
28 lines • 1.2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeactivatePlacements = exports.ArchivePlacements = exports.ActivatePlacements = exports.PlacementAction = void 0;
/**
* Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202202/PlacementService.Placement Placement} objects.
*/
class PlacementAction {
}
exports.PlacementAction = PlacementAction;
/**
* The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202202/PlacementService.Placement Placement} objects.
*/
class ActivatePlacements {
}
exports.ActivatePlacements = ActivatePlacements;
/**
* The action used for archiving {@link https://developers.google.com/ad-manager/api/reference/v202202/PlacementService.Placement Placement} objects.
*/
class ArchivePlacements {
}
exports.ArchivePlacements = ArchivePlacements;
/**
* The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/v202202/PlacementService.Placement Placement} objects.
*/
class DeactivatePlacements {
}
exports.DeactivatePlacements = DeactivatePlacements;
//# sourceMappingURL=placement.action.js.map