description property

String? description
getter/setter pair

The description 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 description is provided, the job will fail.

Optional.

Implementation

core.String? description;