UNPKG

@niur/google-admanager-api

Version:
22 lines 549 B
/** * Status for **ContentBundle** objects. */ export declare enum ContentBundleStatus { /** * The object is active and stats are collected. */ ACTIVE = "ACTIVE", /** * The object is no longer active and no stats collected. */ INACTIVE = "INACTIVE", /** * The object has been archived. */ ARCHIVED = "ARCHIVED", /** * The value returned if the actual value is not exposed by the requested API version. */ UNKNOWN = "UNKNOWN" } //# sourceMappingURL=contentBundle.enum.d.ts.map