GoogleCloudDataplexV1DataDocumentationResultQuery constructor

GoogleCloudDataplexV1DataDocumentationResultQuery({
  1. String? description,
  2. String? sql,
})

Implementation

GoogleCloudDataplexV1DataDocumentationResultQuery({
  this.description,
  this.sql,
});