@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
22 lines • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeactivateContentBundles = exports.ActivateContentBundles = exports.ContentBundleAction = void 0;
/**
* Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202202/ContentBundleService.ContentBundle?hl=pt ContentBundle} objects.
*/
class ContentBundleAction {
}
exports.ContentBundleAction = ContentBundleAction;
/**
* The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202202/ContentBundleService.ContentBundle?hl=pt ContentBundle} objects.
*/
class ActivateContentBundles {
}
exports.ActivateContentBundles = ActivateContentBundles;
/**
* The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/v202202/ContentBundleService.ContentBundle?hl=pt ContentBundle} objects.
*/
class DeactivateContentBundles {
}
exports.DeactivateContentBundles = DeactivateContentBundles;
//# sourceMappingURL=contentBundle.action.js.map