Class PseudonymousIdInfo
Additional information when PSEUDONYMOUS_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 PseudonymousIdInfo : IDirectResponseSchema
Properties
BillableRecordCount
Optional. Immutable. The number of billable records (e.g. uploaded or matched).
Declaration
[JsonProperty("billableRecordCount")]
public virtual long? BillableRecordCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SyncStatus
Output only. Sync status of the user list.
Declaration
[JsonProperty("syncStatus")]
public virtual string SyncStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |