AI-generated Key Takeaways
- 
          ForecastService uses LineItemSummary to specify the reservation status of a LineItem. 
- 
          The reservation status indicates whether inventory has been reserved for a line item. 
- 
          The possible reservation statuses are RESERVED(inventory reserved) andUNRESERVED(inventory not reserved).
                  Service
               
               
                  ForecastService
                  LineItemService
               
            
                  Dependencies
               
               
                  LineItemSummary
                  
            ▼
                  LineItemSummary.Reservation...
               Specifies the reservation status of the LineItem.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202502
| Enumeration | Description | 
|---|---|
| RESERVED | Indicates that inventory has been reserved for the line item. | 
| UNRESERVED | Indicates that inventory has not been reserved for the line item. |