Show / Hide Table of Contents

Class PseudonymousIdInfo

Additional information when PSEUDONYMOUS_ID is one of the upload_key_types.

Inheritance
object
PseudonymousIdInfo
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX