Show / Hide Table of Contents

Class ContactIdInfo

Additional information when CONTACT_ID is one of the upload_key_types.

Inheritance
object
ContactIdInfo
Implements
IMessage<ContactIdInfo>
IEquatable<ContactIdInfo>
IDeepCloneable<ContactIdInfo>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class ContactIdInfo : IMessage<ContactIdInfo>, IEquatable<ContactIdInfo>, IDeepCloneable<ContactIdInfo>, IBufferMessage, IMessage

Constructors

ContactIdInfo()

Declaration
public ContactIdInfo()

ContactIdInfo(ContactIdInfo)

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

Properties

DataSourceType

Optional. Immutable. Source of the upload data

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

HasDataSourceType

Gets whether the "data_source_type" field is set

Declaration
public bool HasDataSourceType { get; }
Property Value
Type Description
bool

MatchRatePercentage

Output only. Match rate for customer match user lists.

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