[[["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-11-19 UTC."],[[["The `ReserveLineItems` action is used for reserving `LineItem` objects within the `LineItemService`."],["This action inherits from `LineItemAction` and resides within the `https://www.google.com/apis/ads/publisher/v202411` namespace."],["It includes a `skipInventoryCheck` field, a boolean indicating whether to bypass inventory verification during reservation (defaults to false)."]]],["The `LineItemService` utilizes `LineItemAction` for managing line items. Specific actions include activating, archiving, deleting, pausing, releasing, resuming, and unarchiving line items. `ReserveLineItems` action reserves line items, with `ReserveAndOverbookLineItems` as a subtype. A field `skipInventoryCheck`, which is a boolean, allows skipping inventory checks during reservation actions. The default is false. The namespace for these services is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]