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

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class TeamStatus.

Represents the status of a team, whether it is active or inactive.

Protobuf type google.ads.admanager.v1.TeamStatusEnum.TeamStatus

Namespace

Google \ Ads \ AdManager \ V1 \ TeamStatusEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TEAM_STATUS_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum TEAM_STATUS_UNSPECIFIED = 0;

ACTIVE

Value: 1

The status of an active team.

Generated from protobuf enum ACTIVE = 1;

INACTIVE

Value: 2

The status of an inactive team.

Generated from protobuf enum INACTIVE = 2;