labels property
The resource labels for migration job to use to annotate any related underlying resources such as Compute Engine VMs.
An object containing a list of "key": "value" pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }
.
Implementation
core.Map<core.String, core.String>? labels;