labels property

Map<String, String>? labels
getter/setter pair

The labels associated with this dataset.

You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See Creating and Updating Dataset Labels for more information.

Implementation

core.Map<core.String, core.String>? labels;