enum TeamAccessType (v202508)

  • TeamAccessType represents different levels of access for team members to view or edit orders.

  • The TeamAccessType enumeration includes NONE, READ_ONLY, and READ_WRITE.

  • NONE means team members cannot view or edit orders, READ_ONLY allows viewing only, and READ_WRITE allows both viewing and editing.

Represents the types of team access supported for orders.


Namespace
https://www.google.com/apis/ads/publisher/v202508
Enumeration Description
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.