UNPKG

@niur/google-admanager-api

Version:
16 lines 721 B
/** * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202202/CreativeService.Creative Creative} objects. */ export declare abstract class CreativeAction { } /** * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202202/CreativeService.Creative Creative} objects. */ export declare class ActivateCreatives implements CreativeAction { } /** * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/v202202/CreativeService.Creative Creative} objects. */ export declare class DeactivateCreatives implements CreativeAction { } //# sourceMappingURL=creative.action.d.ts.map