AI-generated Key Takeaways
- 
          TeamAccessType represents different levels of access for team members to view or edit orders. 
- 
          The available team access types are NONE, READ_ONLY, and READ_WRITE. 
- 
          NONE access means members cannot view or edit a team's orders. 
- 
          READ_ONLY access means members can only view a team's orders. 
- 
          READ_WRITE access means members can view and edit a team's orders. 
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. |