abstract type CompanyAction (v202411)
Represents the actions that can be performed on Company
objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["The CompanyService allows for performing actions on `Company` objects."],["Available actions include ending agreements, re-inviting, and resending invitations."],["These actions are represented by the `CompanyAction` and its inheriting types like `EndAgreementAction`, `ReInviteAction`, and `ResendInvitationAction`."],["CompanyService operations utilize the namespace `https://www.google.com/apis/ads/publisher/v202411`."],["The table outlines further details regarding specific fields and their functionalities within the service."]]],["The `CompanyService` allows actions to be performed on `Company` objects. The `performCompanyAction()` method is used to execute these actions. `CompanyAction` is the base class, with specific actions like `EndAgreementAction`, `ReInviteAction`, and `ResendInvitationAction` inheriting from it. These actions manage agreements and invitations related to companies. The service's namespace is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]