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 https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.

Optional.

Implementation

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