GoogleCloudDataplexV1DataDocumentationResultSchemaRelationshipSchemaPaths constructor

GoogleCloudDataplexV1DataDocumentationResultSchemaRelationshipSchemaPaths({
  1. List<String>? paths,
  2. String? tableFqn,
})

Implementation

GoogleCloudDataplexV1DataDocumentationResultSchemaRelationshipSchemaPaths({
  this.paths,
  this.tableFqn,
});