@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
18 lines • 409 B
TypeScript
/**
* Represents the status of objects that represent inventory - ad units and placements.
*/
export declare enum InventoryStatus {
/**
* The object is active.
*/
ACTIVE = "ACTIVE",
/**
* The object is no longer active.
*/
INACTIVE = "INACTIVE",
/**
* The object has been archived.
*/
ARCHIVED = "ARCHIVED"
}
//# sourceMappingURL=placement.enum.d.ts.map