[[["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-05-15 UTC."],[[["The `PauseLineItems` action is used to pause `LineItem` objects within Google Ad Manager."],["It is part of the `LineItemService` and inherits from `LineItemAction`."],["This action is namespaced under `https://www.google.com/apis/ads/publisher/v202405`."],["Developers can use this action to programmatically manage the active state of line items."]]],["The `LineItemService` manages actions on `LineItem` objects, utilizing `LineItemAction` as the base. Specific actions include `ActivateLineItems`, `ArchiveLineItems`, `DeleteLineItems`, `PauseLineItems`, `ReleaseLineItems`, `ReserveLineItems`, `ResumeLineItems`, and `UnarchiveLineItems`. `PauseLineItems` is specifically for pausing line items, and `LineItemAction` is inherited by the rest of the given actions, all within the namespace `https://www.google.com/apis/ads/publisher/v202405`.\n"]]