GoogleCloudDataplexV1ZoneDiscoverySpec constructor

GoogleCloudDataplexV1ZoneDiscoverySpec({
  1. GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions? csvOptions,
  2. bool? enabled,
  3. List<String>? excludePatterns,
  4. List<String>? includePatterns,
  5. GoogleCloudDataplexV1ZoneDiscoverySpecJsonOptions? jsonOptions,
  6. String? schedule,
})

Implementation

GoogleCloudDataplexV1ZoneDiscoverySpec({
  this.csvOptions,
  this.enabled,
  this.excludePatterns,
  this.includePatterns,
  this.jsonOptions,
  this.schedule,
});