Show / Hide Table of Contents

Class Contact

A contact represents a person who is affiliated with a single company. A contact can have a variety of contact information associated to it, and can be invited to view their company's orders, line items, creatives, and reports.

Inheritance
object
Contact
Implements
IMessage<Contact>
IEquatable<Contact>
IDeepCloneable<Contact>
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 Contact : IMessage<Contact>, IEquatable<Contact>, IDeepCloneable<Contact>, IBufferMessage, IMessage

Constructors

Contact()

Declaration
public Contact()

Contact(Contact)

Declaration
public Contact(Contact other)
Parameters
Type Name Description
Contact other

Properties

ContactId

Output only. The unique ID of the contact. This value is readonly and is assigned by Google.

Declaration
public long ContactId { get; set; }
Property Value
Type Description
long

ContactName

ContactName-typed view over the Name resource name property.

Declaration
public ContactName ContactName { get; set; }
Property Value
Type Description
ContactName

Name

Identifier. The resource name of the Contact. Format: networks/{network_code}/contacts/{contact_id}

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX