GooglePrivacyDlpV2ColumnDataProfile constructor
GooglePrivacyDlpV2ColumnDataProfile({
- String? column,
- GooglePrivacyDlpV2InfoTypeSummary? columnInfoType,
- String? columnType,
- GooglePrivacyDlpV2DataRiskLevel? dataRiskLevel,
- String? datasetId,
- String? datasetLocation,
- String? datasetProjectId,
- String? estimatedNullPercentage,
- String? estimatedUniquenessScore,
- double? freeTextScore,
- String? name,
- List<
GooglePrivacyDlpV2OtherInfoTypeSummary> ? otherMatches, - String? policyState,
- String? profileLastGenerated,
- GooglePrivacyDlpV2ProfileStatus? profileStatus,
- GooglePrivacyDlpV2SensitivityScore? sensitivityScore,
- String? state,
- String? tableDataProfile,
- String? tableFullResource,
- String? tableId,
Implementation
GooglePrivacyDlpV2ColumnDataProfile({
this.column,
this.columnInfoType,
this.columnType,
this.dataRiskLevel,
this.datasetId,
this.datasetLocation,
this.datasetProjectId,
this.estimatedNullPercentage,
this.estimatedUniquenessScore,
this.freeTextScore,
this.name,
this.otherMatches,
this.policyState,
this.profileLastGenerated,
this.profileStatus,
this.sensitivityScore,
this.state,
this.tableDataProfile,
this.tableFullResource,
this.tableId,
});