Google Ads Ad Manager V1 Client - Class BatchCreateApplicationsResponse (0.7.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ applications array<Application>

The Application objects created.

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