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