type property
Types of an item in the Chrome Web Store
Output only. Possible string values are:
- "ITEM_TYPE_UNSPECIFIED" : Unspecified ItemType.
- "EXTENSION" : Chrome Extensions.
- "OTHERS" : Any other type than extension.
Implementation
core.String? type;