UNPKG

@guardian/google-admanager-api

Version:

Google Ad Manager API Client Library for NodeJs

16 lines 826 B
/** * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202505/CreativeWrapperService.CreativeWrapper CreativeWrapper} objects. */ export declare abstract class CreativeWrapperAction { } /** * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202505/CreativeWrapperService.CreativeWrapper CreativeWrapper} objects. */ export declare class ActivateCreativeWrappers implements CreativeWrapperAction { } /** * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/v202505/CreativeWrapperService.CreativeWrapper CreativeWrapper} objects. */ export declare class DeactivateCreativeWrappers implements CreativeWrapperAction { } //# sourceMappingURL=creativeWrapper.action.d.ts.map