UNPKG

@guardian/google-admanager-api

Version:

Google Ad Manager API Client Library for NodeJs

16 lines 484 B
/** * Represents the actions that can be performed on ForecastAdjustment objects. */ export declare abstract class ForecastAdjustmentAction { } /** * The action used for activating ForecastAdjustment objects. */ export declare class ActivateForecastAdjustments implements ForecastAdjustmentAction { } /** * DeactivateForecastAdjustments */ export declare class DeactivateForecastAdjustments implements ForecastAdjustmentAction { } //# sourceMappingURL=adjustment.action.d.ts.map