GoogleCloudDataplexV1GraphProfile constructor

GoogleCloudDataplexV1GraphProfile({
  1. List<GoogleCloudDataplexV1GraphProfileEdgeType>? edgeTypes,
  2. List<GoogleCloudDataplexV1GraphProfileNodeType>? nodeTypes,
})

Implementation

GoogleCloudDataplexV1GraphProfile({this.edgeTypes, this.nodeTypes});