GoogleCloudDataplexV1DataDocumentationResultSchemaRelationship constructor

GoogleCloudDataplexV1DataDocumentationResultSchemaRelationship({
  1. GoogleCloudDataplexV1DataDocumentationResultSchemaRelationshipSchemaPaths? leftSchemaPaths,
  2. GoogleCloudDataplexV1DataDocumentationResultSchemaRelationshipSchemaPaths? rightSchemaPaths,
  3. List<String>? sources,
  4. String? type,
})

Implementation

GoogleCloudDataplexV1DataDocumentationResultSchemaRelationship({
  this.leftSchemaPaths,
  this.rightSchemaPaths,
  this.sources,
  this.type,
});