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