extensionType property

String? extensionType
getter/setter pair

Type of the extension.

Output only. Possible string values are:

  • "EXTENSION_TYPE_UNSPECIFIED" : Represents an unspecified extension type.
  • "EXTENSION" : Represents an extension.
  • "APP" : Represents an app.
  • "THEME" : Represents a theme.
  • "HOSTED_APP" : Represents a hosted app.

Implementation

core.String? extensionType;