abstract type UserRecordTeamAssociation (v202505)

  • UserRecordTeamAssociation represents the association between a UserRecord and a Team.

  • The teamId field indicates the ID of the team.

  • overriddenTeamAccessType specifies an overridden access level, which can be NONE, READ_ONLY, or READ_WRITE.

  • defaultTeamAccessType shows the default team access type and is read-only.

UserRecordTeamAssociation represents the association between a UserRecord and a Team.


Namespace
https://www.google.com/apis/ads/publisher/v202505

Field

teamId

xsd:long

The Team.id of the team.

overriddenTeamAccessType

TeamAccessType

The overridden team access type. This field is null if team access type is not overridden.


Enumerations
NONE
The level of access in which team members cannot view or edit a team's orders.
READ_ONLY
The level of access in which team members can only view a team's orders.
READ_WRITE
The level of access in which team members can view and edit a team's orders.

defaultTeamAccessType

TeamAccessType

The default team access type Team.teamAccessType. This field is read-only and is populated by Google.


Enumerations
NONE
The level of access in which team members cannot view or edit a team's orders.
READ_ONLY
The level of access in which team members can only view a team's orders.
READ_WRITE
The level of access in which team members can view and edit a team's orders.