Show / Hide Table of Contents

Class CompositeData

Composite data holding identifiers and associated data for a user. At least one of user_data or ip_data is required.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX