Class PairData
PAIR IDs for the audience. At least one PAIR ID is required.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class PairData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PairIds
Required. Cleanroom-provided PII data, hashed with SHA256, and encrypted with an EC commutative cipher using
publisher key for the PAIR user list. At most 10
pairIds can be provided in a single AudienceMember.
Declaration
[JsonProperty("pairIds")]
public virtual IList<string> PairIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |