@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
16 lines • 814 B
TypeScript
/**
* Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202202/ContentBundleService.ContentBundle?hl=pt ContentBundle} objects.
*/
export declare abstract class ContentBundleAction {
}
/**
* The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202202/ContentBundleService.ContentBundle?hl=pt ContentBundle} objects.
*/
export declare class ActivateContentBundles implements ContentBundleAction {
}
/**
* The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/v202202/ContentBundleService.ContentBundle?hl=pt ContentBundle} objects.
*/
export declare class DeactivateContentBundles implements ContentBundleAction {
}
//# sourceMappingURL=contentBundle.action.d.ts.map