Reference documentation and code samples for the Google Ads Ad Manager V1 Client class TeamAccessType.
Represents the types of team access supported for orders.
Protobuf type google.ads.admanager.v1.TeamAccessTypeEnum.TeamAccessType
Namespace
Google \ Ads \ AdManager \ V1 \ TeamAccessTypeEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TEAM_ACCESS_TYPE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum TEAM_ACCESS_TYPE_UNSPECIFIED = 0;
NONE
Value: 1The level of access in which team members can't view or edit a team's orders.
Generated from protobuf enum NONE = 1;
READ_ONLY
Value: 2The level of access in which team members can only view a team's orders.
Generated from protobuf enum READ_ONLY = 2;
READ_WRITE
Value: 3The level of access in which team members can view and edit a team's orders.
Generated from protobuf enum READ_WRITE = 3;