[[["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 2024-02-13 UTC."],[[["ReservationStatus represents the inventory reservation status for ProposalLineItem objects."],["It has five possible values: `RESERVED`, `NOT_RESERVED`, `RELEASED`, `CHECK_LINE_ITEM_RESERVATION_STATUS`, and `UNKNOWN`."],["`RESERVED` means the inventory is reserved, `NOT_RESERVED` means it's never reserved, and `RELEASED` means it was once reserved but is now released."],["`CHECK_LINE_ITEM_RESERVATION_STATUS` indicates that the corresponding LineItem's reservation status should be used for this ProposalLineItem."],["`UNKNOWN` is returned if the actual value isn't exposed by the requested API version."]]],["The `ForecastService` utilizes `ProposalLineItem` objects to determine inventory reservation status. `ReservationStatus` enumerates the possible states: `RESERVED` (inventory is reserved), `NOT_RESERVED` (never reserved), `RELEASED` (was reserved, now released), `CHECK_LINE_ITEM_RESERVATION_STATUS` (refer to the corresponding `LineItem`'s status), and `UNKNOWN` (status is not available in the API). The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202402`.\n"]]