adUserData property

String? adUserData
getter/setter pair

This represents consent for ad user data. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Output-only. Represents a format not yet defined in this enum.
  • "GRANTED" : Granted.
  • "DENIED" : Denied.

Implementation

core.String? adUserData;