addOnType property

String? addOnType
getter/setter pair

The add-on's required list of supported container types. Possible string values are:

  • "UNKNOWN_ADDON_TYPE" : Default value, unknown add-on type.
  • "GMAIL" : Add-on type for Gmail.
  • "DATA_STUDIO" : Add-on type for Data Studio.

Implementation

core.String? addOnType;