resource property

String? resource
getter/setter pair

The service-qualified full resource name of the cloud resource for a DataScan job to scan against.

The field could be: BigQuery table of type "TABLE" for DataProfileScan/DataQualityScan Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

Immutable.

Implementation

core.String? resource;