[[["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 represents the inventory reservation status for ProposalLineItem objects.\u003c/p\u003e\n"],["\u003cp\u003eIt has five enumerations: \u003ccode\u003eRESERVED\u003c/code\u003e, \u003ccode\u003eNOT_RESERVED\u003c/code\u003e, \u003ccode\u003eRELEASED\u003c/code\u003e, \u003ccode\u003eCHECK_LINE_ITEM_RESERVATION_STATUS\u003c/code\u003e, and \u003ccode\u003eUNKNOWN\u003c/code\u003e, each specifying a different inventory state.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCHECK_LINE_ITEM_RESERVATION_STATUS\u003c/code\u003e enumeration suggests referring to the corresponding LineItem's reservation status for the ProposalLineItem.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this enumeration is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `ReservationStatus` enumeration defines the inventory reservation state for `ProposalLineItem` objects within the `ForecastService`. Possible statuses include `RESERVED` (inventory is reserved), `NOT_RESERVED` (inventory is never reserved), `RELEASED` (inventory was reserved but is now released), `CHECK_LINE_ITEM_RESERVATION_STATUS` (use the related `LineItem`'s status), and `UNKNOWN` (value not exposed by the API). This service operates within the Google Ad Manager API's v202411 version.\n"],null,["# enum ReservationStatus (v202411)\n\n**Service** \n**ForecastService** [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.ReservationStatus) **Dependencies** \n[ProposalLineItem](/ad-manager/api/reference/v202411/ForecastService.ProposalLineItem) \n▼\n**ReservationStatus**\n\nRepresents the inventory reservation status for [ProposalLineItem](/ad-manager/api/reference/v202411/ForecastService.ProposalLineItem) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\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/v202411/ForecastService.LineItem) should be used for this [ProposalLineItem](/ad-manager/api/reference/v202411/ForecastService.ProposalLineItem). |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]