AI-generated Key Takeaways
-
RoleStatus represents whether a role is active or inactive, essentially controlling its visibility within the user interface.
-
It's defined within the namespace
https://www.google.com/apis/ads/publisher/v202411
and is part of the UserService API. -
The enumeration includes
ACTIVE
,INACTIVE
, andUNKNOWN
statuses, reflecting a role's operational state and potential API version limitations.
Represents the status of the role, weather the role is active or inactive.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |