GoogleCloudDatacatalogV1GraphSpec constructor
GoogleCloudDatacatalogV1GraphSpec({
- List<
GoogleCloudDatacatalogV1GraphSpecGraphElementTable> ? edgeTables, - String? name,
- List<
GoogleCloudDatacatalogV1GraphSpecGraphElementTable> ? nodeTables,
Implementation
GoogleCloudDatacatalogV1GraphSpec({
this.edgeTables,
this.name,
this.nodeTables,
});