labels property

List<Label>? labels
getter/setter pair

The set of labels on the file as requested by the label IDs in the includeLabels parameter.

By default, no labels are returned.

Output only.

Implementation

core.List<Label>? labels;