labels property

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

Input only.

Labels associated to this specific profile. These labels will get merged with the deployment labels for the final data set. See documentation on deployment labels for validation rules and limits.

Implementation

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