abstract type UserAction (v202402)
Represents the actions that can be performed on User objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
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-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["The UserService enables actions on User objects, such as activating or deactivating them."],["Available user actions are represented by the UserAction and its inherited types like ActivateUsers and DeactivateUsers."],["The service and its related actions are defined within the namespace `https://www.google.com/apis/ads/publisher/v202402`."]]],["The `UserService` allows actions on `User` objects via the `performUserAction()` method. `UserAction` is the base for these actions, with specific implementations including `ActivateUsers` and `DeactivateUsers`. These operations are part of the `https://www.google.com/apis/ads/publisher/v202402` namespace. The provided actions allow users to be made active or inactive.\n"]]