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