[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-15 UTC."],[[["RoleStatus represents the active or inactive state of a user role within Google Ad Manager."],["It utilizes three enumerations: `ACTIVE` for visible roles, `INACTIVE` for hidden roles, and `UNKNOWN` for undefined role status in the current API version."],["RoleStatus is used within the UserService to manage user roles."]]],["The `UserService` depends on the `Role` which has a `RoleStatus`. This `RoleStatus` determines if a role is active or inactive. Possible `RoleStatus` values are: `ACTIVE`, indicating the role is visible in the user interface; `INACTIVE`, meaning the role is hidden; and `UNKNOWN`, which represents an unexposed value by the API version. This information is found in the namespace `https://www.google.com/apis/ads/publisher/v202405`.\n"]]