[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eReservationStatus indicates the inventory reservation state for ProposalLineItem objects, reflecting whether inventory is reserved, not reserved, released, or needs to check the LineItem reservation status.\u003c/p\u003e\n"],["\u003cp\u003eThe possible values for ReservationStatus include RESERVED, NOT_RESERVED, RELEASED, CHECK_LINE_ITEM_RESERVATION_STATUS, and UNKNOWN, each with specific meanings related to inventory allocation.\u003c/p\u003e\n"],["\u003cp\u003eThis object is used within the Google Ad Manager API and is associated with the ProposalLineItemService and ForecastService, allowing developers to manage and understand inventory reservation states.\u003c/p\u003e\n"]]],["The core content describes the `ReservationStatus` for `ProposalLineItem` objects within the `ForecastService`. Key actions involve understanding the inventory status: `RESERVED` (inventory is held), `NOT_RESERVED` (never reserved), `RELEASED` (previously reserved), `CHECK_LINE_ITEM_RESERVATION_STATUS` (refer to the corresponding `LineItem`), or `UNKNOWN` (status not available in the API version). This is presented under the `https://www.google.com/apis/ads/publisher/v202408` namespace.\n"],null,["# enum ReservationStatus (v202408)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202408/ForecastService.ReservationStatus) **ProposalLineItemService** **Dependencies** \n[ProposalLineItem](/ad-manager/api/reference/v202408/ProposalLineItemService.ProposalLineItem) \n▼\n**ReservationStatus**\n\nRepresents the inventory reservation status for [ProposalLineItem](/ad-manager/api/reference/v202408/ProposalLineItemService.ProposalLineItem) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|--------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `RESERVED` | The inventory is reserved. |\n| `NOT_RESERVED` | The proposal line item's inventory is never reserved. |\n| `RELEASED` | The inventory is once reserved and now released. |\n| `CHECK_LINE_ITEM_RESERVATION_STATUS` | The reservation status of the corresponding [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem) should be used for this [ProposalLineItem](/ad-manager/api/reference/v202408/ProposalLineItemService.ProposalLineItem). |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]