Class CompositeData
Composite data holding identifiers and associated data for a user. At least one of user_data or ip_data is
required.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class CompositeData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IpData
Optional. IP address data representing customer interaction used to build the audience.
Declaration
[JsonProperty("ipData")]
public virtual IList<IpData> IpData { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<IpData> |
UserData
Optional. User-provided data that identifies the user.
Declaration
[JsonProperty("userData")]
public virtual UserData UserData { get; set; }
Property Value
| Type | Description |
|---|---|
| UserData |