GooglePrivacyDlpV2FileStoreDataProfile constructor

GooglePrivacyDlpV2FileStoreDataProfile({
  1. GooglePrivacyDlpV2DataProfileConfigSnapshot? configSnapshot,
  2. String? createTime,
  3. GooglePrivacyDlpV2DataRiskLevel? dataRiskLevel,
  4. GooglePrivacyDlpV2DataSourceType? dataSourceType,
  5. List<String>? dataStorageLocations,
  6. List<GooglePrivacyDlpV2FileClusterSummary>? fileClusterSummaries,
  7. List<GooglePrivacyDlpV2FileStoreInfoTypeSummary>? fileStoreInfoTypeSummaries,
  8. bool? fileStoreIsEmpty,
  9. String? fileStoreLocation,
  10. String? fileStorePath,
  11. String? fullResource,
  12. String? lastModifiedTime,
  13. String? locationType,
  14. String? name,
  15. String? profileLastGenerated,
  16. GooglePrivacyDlpV2ProfileStatus? profileStatus,
  17. String? projectDataProfile,
  18. String? projectId,
  19. List<GooglePrivacyDlpV2RelatedResource>? relatedResources,
  20. Map<String, GooglePrivacyDlpV2Value>? resourceAttributes,
  21. Map<String, String>? resourceLabels,
  22. String? resourceVisibility,
  23. GooglePrivacyDlpV2BigQueryTable? sampleFindingsTable,
  24. GooglePrivacyDlpV2SensitivityScore? sensitivityScore,
  25. String? state,
})

Implementation

GooglePrivacyDlpV2FileStoreDataProfile({
  this.configSnapshot,
  this.createTime,
  this.dataRiskLevel,
  this.dataSourceType,
  this.dataStorageLocations,
  this.fileClusterSummaries,
  this.fileStoreInfoTypeSummaries,
  this.fileStoreIsEmpty,
  this.fileStoreLocation,
  this.fileStorePath,
  this.fullResource,
  this.lastModifiedTime,
  this.locationType,
  this.name,
  this.profileLastGenerated,
  this.profileStatus,
  this.projectDataProfile,
  this.projectId,
  this.relatedResources,
  this.resourceAttributes,
  this.resourceLabels,
  this.resourceVisibility,
  this.sampleFindingsTable,
  this.sensitivityScore,
  this.state,
});