Class Consent
Digital Markets Act (DMA) consent settings for the user.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class Consent : IDirectResponseSchema
Properties
AdPersonalization
Optional. Represents if the user consents to ad personalization.
Declaration
[JsonProperty("adPersonalization")]
public virtual string AdPersonalization { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AdUserData
Optional. Represents if the user consents to ad user data.
Declaration
[JsonProperty("adUserData")]
public virtual string AdUserData { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |