labels property

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

User-defined labels for the data product.Example: { "environment": "production", "billing": "marketing-department" }

Optional.

Implementation

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