GoogleCloudDataplexV1EnvironmentEndpoints constructor

GoogleCloudDataplexV1EnvironmentEndpoints({
  1. String? notebooks,
  2. String? sql,
})

Implementation

GoogleCloudDataplexV1EnvironmentEndpoints({
  this.notebooks,
  this.sql,
});