abstract type NativeStyleAction (v202405)
Service
NativeStyleService
Represents an action that can be performed on native styles.
- 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 NativeStyleService allows for performing actions on native styles, such as activating, archiving, and deactivating them."],["NativeStyleAction represents the specific action to be taken on the native styles."],["The service and its actions are defined within the namespace `https://www.google.com/apis/ads/publisher/v202405`."]]],["The `NativeStyleService` allows actions on native styles, accessed via `performNativeStyleAction()`. This uses the `NativeStyleAction` which is the base class for specific actions. These actions include `ActivateNativeStyles`, `ArchiveNativeStyles`, and `DeactivateNativeStyles`. These functionalities allow managing the state of native styles, enabling, disabling, or archiving them. The relevant namespace is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]