labels property

List<String>? labels
final

Labels to improve discovery of apps in search results.

Minimum length=1. Maximum length=127. Maximum number of labels: 10

Pattern: "^a-zA-Z0-9+\-_:\/@+$";

Implementation

final List<String>? labels;