Show / Hide Table of Contents

Class BatchCreateContactsResponse

Response object for BatchCreateContacts method.

Inheritance
object
BatchCreateContactsResponse
Implements
IMessage<BatchCreateContactsResponse>
IEquatable<BatchCreateContactsResponse>
IDeepCloneable<BatchCreateContactsResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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>
In this article
Back to top Generated by DocFX