abstract type LineItemAction (v202408)
Represents the actions that can be performed on LineItem objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["The `LineItemService` allows for performing actions on `LineItem` objects, such as activating, archiving, deleting, pausing, releasing, reserving, resuming, and unarchiving."],["These actions are represented by the `LineItemAction` type and its various subtypes like `ActivateLineItems`, `ArchiveLineItems`, etc."],["The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202408`."],["`performLineItemAction()` is the method used to execute these actions on line items."]]],["The `LineItemService` enables actions on `LineItem` objects via `performLineItemAction()`. These actions, inherited from `LineItemAction`, include: activating, archiving, deleting, pausing, releasing, reserving, resuming, and unarchiving line items. The service's namespace is `https://www.google.com/apis/ads/publisher/v202408`.\n"]]