Show / Hide Table of Contents

Class Consent

Digital Markets Act (DMA) consent settings for the user.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX