UNPKG

@guardian/google-admanager-api

Version:

Google Ad Manager API Client Library for NodeJs

26 lines 986 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 = NativeStyleStatus = {})); //# sourceMappingURL=nativeStyle.enum.js.map