[[["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-02-13 UTC."],[[["`UserRecordTeamAssociation` objects represent the link between a user and a team in Google Ad Manager."],["This association dictates the user's access level to the team's orders, which can be overridden."],["`TeamAccessType` defines the level of access a user has to a team's orders, including `NONE`, `READ_ONLY`, and `READ_WRITE`."],["The `teamId` field identifies the specific team associated with the user."],["The `defaultTeamAccessType` and `overriddenTeamAccessType` fields determine the user's access to the team's orders."]]],["`UserRecordTeamAssociation` links a `UserRecord` to a `Team`. Key information includes `teamId`, identifying the associated team. `overriddenTeamAccessType` defines the custom access level, which can be `NONE`, `READ_ONLY`, or `READ_WRITE`, allowing users to view or edit a team's orders. `defaultTeamAccessType` reflects the standard `Team` access type, also with `NONE`, `READ_ONLY`, and `READ_WRITE` options. The data is within the `v202402` namespace.\n"]]