GooglePrivacyDlpV2DiscoveryTarget constructor
GooglePrivacyDlpV2DiscoveryTarget({
- GooglePrivacyDlpV2BigQueryDiscoveryTarget? bigQueryTarget,
- GooglePrivacyDlpV2CloudSqlDiscoveryTarget? cloudSqlTarget,
- GooglePrivacyDlpV2CloudStorageDiscoveryTarget? cloudStorageTarget,
- GooglePrivacyDlpV2OtherCloudDiscoveryTarget? otherCloudTarget,
- GooglePrivacyDlpV2SecretsDiscoveryTarget? secretsTarget,
- GooglePrivacyDlpV2VertexDatasetDiscoveryTarget? vertexDatasetTarget,
Implementation
GooglePrivacyDlpV2DiscoveryTarget({
this.bigQueryTarget,
this.cloudSqlTarget,
this.cloudStorageTarget,
this.otherCloudTarget,
this.secretsTarget,
this.vertexDatasetTarget,
});