AI-generated Key Takeaways
-
RoleStatus represents whether a role is active or inactive.
-
The RoleStatus enumeration includes values for
ACTIVE,INACTIVE, andUNKNOWN. -
ACTIVEroles are visible in the UI, whileINACTIVEroles are hidden. -
UNKNOWNis returned if the actual value is not exposed by the API version.
Represents the status of the role, weather the role is active or inactive.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
| Enumeration | Description |
|---|---|
ACTIVE
|
The status of an active role. (i.e. visible in the UI) |
INACTIVE
|
The status of an inactive role. (i.e. hidden in the UI) |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |