@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
37 lines • 1.79 kB
TypeScript
/**
* Represents the actions that can be performed on
* {@link https://developers.google.com/ad-manager/api/reference/v202202/CustomTargetingService.CustomTargetingKey CustomTargetingKey} objects.
*/
export declare abstract class CustomTargetingKeyAction {
}
/**
* The action used for activating inactive (i.e. deleted)
* {@link https://developers.google.com/ad-manager/api/reference/v202202/CustomTargetingService.CustomTargetingKey CustomTargetingKey} objects.
*/
export declare class ActivateCustomTargetingKeys implements CustomTargetingKeyAction {
}
/**
* Represents the delete action that can be performed on
* {@link https://developers.google.com/ad-manager/api/reference/v202202/CustomTargetingService.CustomTargetingKey CustomTargetingKey} objects.
*/
export declare class DeleteCustomTargetingKeys implements CustomTargetingKeyAction {
}
/**
* Represents the actions that can be performed on
* {@link https://developers.google.com/ad-manager/api/reference/v202202/CustomTargetingService.CustomTargetingValue CustomTargetingValue} objects.
*/
export declare abstract class CustomTargetingValueAction {
}
/**
* The action used for activating inactive (i.e. deleted)
* {@link https://developers.google.com/ad-manager/api/reference/v202202/CustomTargetingService.CustomTargetingValue CustomTargetingValue} objects.
*/
export declare class ActivateCustomTargetingValues implements CustomTargetingValueAction {
}
/**
* Represents the delete action that can be performed on
* {@link https://developers.google.com/ad-manager/api/reference/v202202/CustomTargetingService.CustomTargetingValue CustomTargetingValue} objects.
*/
export declare class DeleteCustomTargetingValues implements CustomTargetingValueAction {
}
//# sourceMappingURL=customTargeting.action.d.ts.map