PropertyGraphReference constructor

PropertyGraphReference({
  1. String? datasetId,
  2. String? projectId,
  3. String? propertyGraphId,
})

Implementation

PropertyGraphReference({
  this.datasetId,
  this.projectId,
  this.propertyGraphId,
});