Class BatchCreateContactsResponse
Response object for BatchCreateContacts method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateContactsResponse : IMessage<BatchCreateContactsResponse>, IEquatable<BatchCreateContactsResponse>, IDeepCloneable<BatchCreateContactsResponse>, IBufferMessage, IMessage
Constructors
BatchCreateContactsResponse()
Declaration
public BatchCreateContactsResponse()
BatchCreateContactsResponse(BatchCreateContactsResponse)
Declaration
public BatchCreateContactsResponse(BatchCreateContactsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateContactsResponse | other |
Properties
Contacts
The Contact objects created.
Declaration
public RepeatedField<Contact> Contacts { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Contact> |