Show / Hide Table of Contents

Class ContactIdInfo

Additional information when CONTACT_ID is one of the upload_key_types.

Inheritance
object
ContactIdInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class ContactIdInfo : IDirectResponseSchema

Properties

DataSourceType

Optional. Immutable. Source of the upload data

Declaration
[JsonProperty("dataSourceType")]
public virtual string DataSourceType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MatchRatePercentage

Output only. Match rate for customer match user lists.

Declaration
[JsonProperty("matchRatePercentage")]
public virtual int? MatchRatePercentage { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX