GoogleCloudDatacatalogV1GraphSpec constructor

GoogleCloudDatacatalogV1GraphSpec({
  1. List<GoogleCloudDatacatalogV1GraphSpecGraphElementTable>? edgeTables,
  2. String? name,
  3. List<GoogleCloudDatacatalogV1GraphSpecGraphElementTable>? nodeTables,
})

Implementation

GoogleCloudDatacatalogV1GraphSpec({
  this.edgeTables,
  this.name,
  this.nodeTables,
});