categoryIds property

List<String>? categoryIds
getter/setter pair

The category IDs of the app, which are the same as stored in the Web Store item.

It's expected that there is only one category ID.

Output only.

Implementation

core.List<core.String>? categoryIds;