GoogleCloudAssetV1Edge constructor

GoogleCloudAssetV1Edge({
  1. String? sourceNode,
  2. String? targetNode,
})

Implementation

GoogleCloudAssetV1Edge({
  this.sourceNode,
  this.targetNode,
});