Class ContactIdInfo
Additional information when CONTACT_ID is one of the upload_key_types.
Implements
Inherited Members
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? |