GoogleCloudDatacatalogLineageV1EntityReference constructor

GoogleCloudDatacatalogLineageV1EntityReference({
  1. List<String>? field,
  2. String? fullyQualifiedName,
})

Implementation

GoogleCloudDatacatalogLineageV1EntityReference({
  this.field,
  this.fullyQualifiedName,
});