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