Google Ads Ad Manager V1 Client - Class BatchCreateTargetingPresetsResponse (0.8.0)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class BatchCreateTargetingPresetsResponse.

Response object for BatchCreateTargetingPresets method.

Generated from protobuf message google.ads.admanager.v1.BatchCreateTargetingPresetsResponse

Namespace

Google \ Ads \ AdManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ targeting_presets array<TargetingPreset>

The TargetingPreset objects created.

getTargetingPresets

The TargetingPreset objects created.

Returns
Type Description
Google\Protobuf\RepeatedField<TargetingPreset>

setTargetingPresets

The TargetingPreset objects created.

Parameter
Name Description
var array<TargetingPreset>
Returns
Type Description
$this