AI-generated Key Takeaways
-
The
UserTeamAssociationobject links aUserwith aTeamto manage user access to team-associated entities. -
It inherits properties from
UserRecordTeamAssociationsuch asteamId,overriddenTeamAccessType, anddefaultTeamAccessType. -
The
UserTeamAssociationspecifically includes auserIdfield referencing the associated User's ID. -
The
UserTeamAssociationServiceincludes methods likecreateUserTeamAssociations()andupdateUserTeamAssociations(). -
Team access types can be
NONE,READ_ONLY, orREAD_WRITE, determining a user's ability to view or edit a team's orders.
UserTeamAssociation associates a User with a Team to provide the user
access to the entities that belong to the team.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
|---|---|
UserRecordTeamAssociation (inherited)
|
|
|
The Team.id of the team. |
|
The overridden team access type. This field is Enumerations
|
|
The default team access type Team.teamAccessType. This field is read-only and is populated by Google. Enumerations
|
UserTeamAssociation
|
|
|
Refers to the User.id. |