GoogleCloudDatacatalogV1GraphSpecGraphElementTable constructor
GoogleCloudDatacatalogV1GraphSpecGraphElementTable({
- String? alias,
- String? dataSource,
- GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference? destinationNodeReference,
- String? dynamicLabelColumn,
- String? dynamicPropertiesColumn,
- List<
String> ? elementKeys, - String? inputSource,
- String? kind,
- List<
GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties> ? labelAndProperties, - GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference? sourceNodeReference,
Implementation
GoogleCloudDatacatalogV1GraphSpecGraphElementTable({
this.alias,
this.dataSource,
this.destinationNodeReference,
this.dynamicLabelColumn,
this.dynamicPropertiesColumn,
this.elementKeys,
this.inputSource,
this.kind,
this.labelAndProperties,
this.sourceNodeReference,
});