abstract type LineItemAction (v202405)
Represents the actions that can be performed on LineItem objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The LineItemService allows for performing actions on LineItem objects."],["Available actions include activating, archiving, deleting, pausing, releasing, reserving, resuming, and unarchiving line items."],["These actions are represented by the LineItemAction class and its subclasses."],["The service operates within the `https://www.google.com/apis/ads/publisher/v202405` namespace."]]],["The `LineItemService` enables actions on `LineItem` objects via `performLineItemAction()`. Available `LineItemAction` operations include: `ActivateLineItems`, `ArchiveLineItems`, `DeleteLineItems`, `PauseLineItems`, `ReleaseLineItems`, `ReserveLineItems`, `ResumeLineItems`, and `UnarchiveLineItems`. These actions are performed under the `https://www.google.com/apis/ads/publisher/v202405` namespace.\n"]]