enum RoleStatus (v202502)

  • RoleStatus represents whether a role is active or inactive.

  • The RoleStatus enumeration includes values for ACTIVE, INACTIVE, and UNKNOWN.

  • ACTIVE roles are visible in the UI, while INACTIVE roles are hidden.

  • UNKNOWN is 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.