UNPKG

@niur/google-admanager-api

Version:
26 lines 994 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NativeStyleStatus = void 0; /** * Describes status of the native style. */ var NativeStyleStatus; (function (NativeStyleStatus) { /** * The native style is active. Active native styles are used in ad serving. */ NativeStyleStatus["ACTIVE"] = "ACTIVE"; /** * The native style is archived. Archived native styles are not visible in the UI and not used in ad serving. */ NativeStyleStatus["ARCHIVED"] = "ARCHIVED"; /** * The native style is inactive. Inactive native styles are not used in ad serving, but visible in the UI. */ NativeStyleStatus["INACTIVE"] = "INACTIVE"; /** * The value returned if the actual value is not exposed by the requested API version. */ NativeStyleStatus["UNKNOWN"] = "UNKNOWN"; })(NativeStyleStatus = exports.NativeStyleStatus || (exports.NativeStyleStatus = {})); //# sourceMappingURL=nativeStyle.enum.js.map