GoogleCloudDataplexV1DataDocumentationResultSchemaRelationship constructor
GoogleCloudDataplexV1DataDocumentationResultSchemaRelationship({
- GoogleCloudDataplexV1DataDocumentationResultSchemaRelationshipSchemaPaths? leftSchemaPaths,
- GoogleCloudDataplexV1DataDocumentationResultSchemaRelationshipSchemaPaths? rightSchemaPaths,
- List<
String> ? sources, - String? type,
Implementation
GoogleCloudDataplexV1DataDocumentationResultSchemaRelationship({
this.leftSchemaPaths,
this.rightSchemaPaths,
this.sources,
this.type,
});