UNPKG

@guardian/google-admanager-api

Version:

Google Ad Manager API Client Library for NodeJs

16 lines 676 B
/** * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202405/LabelService.Label Label} objects. */ export declare abstract class LabelAction { } /** * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202405/LabelService.Label Label} objects. */ export declare class ActivateLabels implements LabelAction { } /** * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/v202405/LabelService.Label Label} objects. */ export declare class DeactivateLabels implements LabelAction { } //# sourceMappingURL=label.action.d.ts.map