Reference documentation and code samples for the Google Ads Ad Manager V1 Client class BatchUpdateLabelsResponse.
Response object for BatchUpdateLabels method.
Generated from protobuf message google.ads.admanager.v1.BatchUpdateLabelsResponse
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ labels |
array<Label>
The |
getLabels
The Label objects updated.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<Label> |
|
setLabels
The Label objects updated.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Label>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|