adType property

String? adType
getter/setter pair

Enum value for ad type. Possible string values are:

  • "AD_TYPE_UNSPECIFIED" : Unspecified ad type.
  • "AD_TYPE_DISPLAY" : Display ad.
  • "AD_TYPE_TEXT" : Text ad.
  • "AD_TYPE_IMAGE" : Image ad.
  • "AD_TYPE_RICH_MEDIA" : Rich media ad.
  • "AD_TYPE_HTML" : HTML ad.
  • "AD_TYPE_AUDIO" : Audio ad.
  • "AD_TYPE_VIDEO" : Video ad.

Implementation

core.String? adType;