AI-generated Key Takeaways
- 
          TeamAccessType defines different levels of access for team members to view or edit orders. 
- 
          The TeamAccessType enumeration includes NONE,READ_ONLY, andREAD_WRITE.
- 
          NONEmeans team members cannot view or edit orders,READ_ONLYallows viewing only, andREAD_WRITEallows both viewing and editing.
                  Service
               
               
                  TeamService
                  UserTeamAssociationService
               
            
                  Dependencies
               
               
                  UserRecordTeamAssociation
                  
            ▼
                  TeamAccessType
               Represents the types of team access supported for orders.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202502
| 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. |