Reference documentation and code samples for the Google Ads Ad Manager V1 Client class BatchCreateApplicationsResponse.
Response object for BatchCreateApplications method.
Generated from protobuf message google.ads.admanager.v1.BatchCreateApplicationsResponse
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 created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<Application> |
|
setApplications
The Application objects created.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Application>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|