friendlyName property

String? friendlyName
getter/setter pair

The friendly name for the destination table.

This will only be used if the destination table is newly created. If the table already exists and a value different than the current friendly name is provided, the job will fail.

Optional.

Implementation

core.String? friendlyName;