UNPKG

@niur/google-admanager-api

Version:
21 lines 916 B
/** * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202202/InventoryService.AdUnit AdUnit} objects. */ export declare abstract class AdUnitAction { } /** * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202202/InventoryService.AdUnit AdUnit} objects. */ export declare class ActivateAdUnits implements AdUnitAction { } /** * The action used for archiving {@link https://developers.google.com/ad-manager/api/reference/v202202/InventoryService.AdUnit AdUnit} objects. */ export declare class ArchiveAdUnits implements AdUnitAction { } /** * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/v202202/InventoryService.AdUnit AdUnit} objects. */ export declare class DeactivateAdUnits implements AdUnitAction { } //# sourceMappingURL=adUnit.action.d.ts.map