Google Ads Ad Manager V1 Client - Class BatchCreateCustomFieldsResponse (0.5.0)

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

Response object for BatchCreateCustomFields method.

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

Namespace

Google \ Ads \ AdManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ custom_fields array<CustomField>

The CustomField objects created.

getCustomFields

The CustomField objects created.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setCustomFields

The CustomField objects created.

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