Class AudienceMember
The audience member to be operated on.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class AudienceMember : IDirectResponseSchema
Properties
Consent
Optional. The consent setting for the user.
Declaration
[JsonProperty("consent")]
public virtual Consent Consent { get; set; }
Property Value
| Type | Description |
|---|---|
| Consent |
DestinationReferences
Optional. Defines which Destination to send the audience member to.
Declaration
[JsonProperty("destinationReferences")]
public virtual IList<string> DestinationReferences { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MobileData
Data identifying the user's mobile devices.
Declaration
[JsonProperty("mobileData")]
public virtual MobileData MobileData { get; set; }
Property Value
| Type | Description |
|---|---|
| MobileData |
PairData
Declaration
[JsonProperty("pairData")]
public virtual PairData PairData { get; set; }
Property Value
| Type | Description |
|---|---|
| PairData |
UserData
User-provided data that identifies the user.
Declaration
[JsonProperty("userData")]
public virtual UserData UserData { get; set; }
Property Value
| Type | Description |
|---|---|
| UserData |