type property

String? type
getter/setter pair

App type.

Output only. Possible string values are:

  • "APP_ITEM_TYPE_UNSPECIFIED" : App type unspecified.
  • "CHROME" : Chrome app.
  • "ANDROID" : ARC++ app.
  • "WEB" : Web app.

Implementation

core.String? type;