Reference documentation and code samples for the Google Ads Ad Manager V1 Client class BatchUpdateTeamsRequest.
Request object for BatchUpdateTeams
method.
Generated from protobuf message google.ads.admanager.v1.BatchUpdateTeamsRequest
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent resource where Teams
will be updated. Format: networks/{network_code}
The parent field in the UpdateTeamRequest must match this field.
↳ requests
array< UpdateTeamRequest
>
Required. The Team
objects to update. A maximum of 100 objects can be updated in a batch.
getParent
Required. The parent resource where Teams
will be updated.
Format: networks/{network_code}
The parent field in the UpdateTeamRequest must match this
field.
string
setParent
Required. The parent resource where Teams
will be updated.
Format: networks/{network_code}
The parent field in the UpdateTeamRequest must match this
field.
var
string
$this
getRequests
Required. The Team
objects to update.
A maximum of 100 objects can be updated in a batch.
setRequests
Required. The Team
objects to update.
A maximum of 100 objects can be updated in a batch.
$this
static::build
parent
string
Required. The parent resource where Teams
will be updated.
Format: networks/{network_code}
The parent field in the UpdateTeamRequest must match this
field. Please see TeamServiceClient::networkName()
for help formatting this field.
requests
array< UpdateTeamRequest
>
Required. The Team
objects to update.
A maximum of 100 objects can be updated in a batch.

