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 \ TeamStatusEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TEAM_STATUS_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum TEAM_STATUS_UNSPECIFIED = 0;
ACTIVE
Value: 1The status of an active team.
Generated from protobuf enum ACTIVE = 1;
INACTIVE
Value: 2The status of an inactive team.
Generated from protobuf enum INACTIVE = 2;