Reference documentation and code samples for the Google Ads Ad Manager V1 Client class BatchActivateTeamsRequest.
Request message for BatchActivateTeams
method.
Generated from protobuf message google.ads.admanager.v1.BatchActivateTeamsRequest
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Format: networks/{network_code}
↳ names
array
Required. The resource names of the Team
s to activate. Format: networks/{network_code}/teams/{team_id}
getParent
Required. Format: networks/{network_code}
string
setParent
Required. Format: networks/{network_code}
var
string
$this
getNames
Required. The resource names of the Team
s to activate.
Format: networks/{network_code}/teams/{team_id}
setNames
Required. The resource names of the Team
s to activate.
Format: networks/{network_code}/teams/{team_id}
var
string[]
$this
static::build
parent
string
Required. Format: networks/{network_code}
Please see TeamServiceClient::networkName()
for help formatting this field.
names
string[]
Required. The resource names of the Team
s to activate.
Format: networks/{network_code}/teams/{team_id}
Please see TeamServiceClient::teamName()
for help formatting this field.

