labels property

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

The labels associated with this table.

You can use these to organize and group your tables. This will only be used if the destination table is newly created. If the table already exists and labels are different than the current labels are provided, the job will fail.

Optional.

Implementation

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