UNPKG

@niur/google-admanager-api

Version:
22 lines 1.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnarchiveMobileApplications = exports.ArchiveMobileApplications = exports.MobileApplicationAction = void 0; /** * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202202/MobileApplicationService.MobileApplication mobile applications}. */ class MobileApplicationAction { } exports.MobileApplicationAction = MobileApplicationAction; /** * The action used to deactivate {@link https://developers.google.com/ad-manager/api/reference/v202202/MobileApplicationService.MobileApplication MobileApplication} objects. */ class ArchiveMobileApplications { } exports.ArchiveMobileApplications = ArchiveMobileApplications; /** * The action used to activate {@link https://developers.google.com/ad-manager/api/reference/v202202/MobileApplicationService.MobileApplication MobileApplication} objects. */ class UnarchiveMobileApplications { } exports.UnarchiveMobileApplications = UnarchiveMobileApplications; //# sourceMappingURL=mobileApplication.action.js.map