GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties constructor

GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties({
  1. String? label,
  2. List<GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty>? properties,
})

Implementation

GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties({
  this.label,
  this.properties,
});