AI-generated Key Takeaways
- 
          The UserRecord is the base class for the User. 
- 
          The UserRecord includes fields such as id, name, email, roleId, and roleName. 
- 
          The id, name, email, and roleName fields represent unique identifiers and descriptive information about the user. 
- 
          The roleId and roleName fields define the user's role, with Google-created roles having negative IDs. 
The UserRecord represents the base class from which a User is derived.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202411
| Field | |
|---|---|
| 
                            | 
                            The unique ID of the  | 
| 
                            | 
                            The name of the  | 
| 
                            | 
                            The email or login of the  | 
| 
                            | 
                            The unique role ID of the  | 
| 
                            | 
                            The name of the role assigned to the  |