GooglePrivacyDlpV2TableDataProfile constructor
GooglePrivacyDlpV2TableDataProfile({
- GooglePrivacyDlpV2DataProfileConfigSnapshot? configSnapshot,
- String? createTime,
- GooglePrivacyDlpV2DataRiskLevel? dataRiskLevel,
- GooglePrivacyDlpV2DataSourceType? dataSourceType,
- String? datasetId,
- String? datasetLocation,
- String? datasetProjectId,
- String? encryptionStatus,
- String? expirationTime,
- String? failedColumnCount,
- String? fullResource,
- String? lastModifiedTime,
- String? name,
- List<
GooglePrivacyDlpV2OtherInfoTypeSummary> ? otherInfoTypes, - List<
GooglePrivacyDlpV2InfoTypeSummary> ? predictedInfoTypes, - String? profileLastGenerated,
- GooglePrivacyDlpV2ProfileStatus? profileStatus,
- String? projectDataProfile,
- Map<
String, String> ? resourceLabels, - String? resourceVisibility,
- String? rowCount,
- String? scannedColumnCount,
- GooglePrivacyDlpV2SensitivityScore? sensitivityScore,
- String? state,
- String? tableId,
- String? tableSizeBytes,
Implementation
GooglePrivacyDlpV2TableDataProfile({
this.configSnapshot,
this.createTime,
this.dataRiskLevel,
this.dataSourceType,
this.datasetId,
this.datasetLocation,
this.datasetProjectId,
this.encryptionStatus,
this.expirationTime,
this.failedColumnCount,
this.fullResource,
this.lastModifiedTime,
this.name,
this.otherInfoTypes,
this.predictedInfoTypes,
this.profileLastGenerated,
this.profileStatus,
this.projectDataProfile,
this.resourceLabels,
this.resourceVisibility,
this.rowCount,
this.scannedColumnCount,
this.sensitivityScore,
this.state,
this.tableId,
this.tableSizeBytes,
});