[[["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-14 UTC."],[[["The `Role` resource represents user roles within Google Ad Manager, including details like name, ID, display name, description, and status."],["Roles can be either built-in or custom, and their status can be active or inactive, managed through the `RoleStatus` enum."],["This documentation provides details on the JSON representation of the `Role` resource and its associated fields."],["You can use the provided API methods to retrieve individual `Role` objects or lists of roles."]]],["The `Role` resource represents a user role, defined by properties like `name`, `roleId`, `displayName`, `description`, `builtIn` status, and `status`. The `RoleStatus` can be `ACTIVE`, `INACTIVE`, or `ROLE_STATUS_UNSPECIFIED`. You can retrieve a single `Role` using the `get` method or a list of `Role` objects with the `list` method. The `roleId`, `builtIn`, and `status` are output-only fields.\n"]]