Google Ads Ad Manager V1 Client - Class TeamAccessType (0.5.0)

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 \ TeamAccessTypeEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TEAM_ACCESS_TYPE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum TEAM_ACCESS_TYPE_UNSPECIFIED = 0;

NONE

Value: 1

The 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: 2

The level of access in which team members can only view a team's orders.

Generated from protobuf enum READ_ONLY = 2;

READ_WRITE

Value: 3

The level of access in which team members can view and edit a team's orders.

Generated from protobuf enum READ_WRITE = 3;