GoogleCloudDataplexV1ZoneDiscoverySpec constructor
GoogleCloudDataplexV1ZoneDiscoverySpec({
- GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions? csvOptions,
- bool? enabled,
- List<
String> ? excludePatterns, - List<
String> ? includePatterns, - GoogleCloudDataplexV1ZoneDiscoverySpecJsonOptions? jsonOptions,
- String? schedule,
Implementation
GoogleCloudDataplexV1ZoneDiscoverySpec({
this.csvOptions,
this.enabled,
this.excludePatterns,
this.includePatterns,
this.jsonOptions,
this.schedule,
});