GooglePrivacyDlpV2InfoTypeDescription constructor

GooglePrivacyDlpV2InfoTypeDescription({
  1. List<GooglePrivacyDlpV2InfoTypeCategory>? categories,
  2. String? description,
  3. String? displayName,
  4. String? example,
  5. String? launchStatus,
  6. GooglePrivacyDlpV2LocationSupport? locationSupport,
  7. String? name,
  8. GooglePrivacyDlpV2SensitivityScore? sensitivityScore,
  9. List<String>? specificInfoTypes,
  10. List<String>? supportedBy,
  11. List<GooglePrivacyDlpV2VersionDescription>? versions,
})

Implementation

GooglePrivacyDlpV2InfoTypeDescription({
  this.categories,
  this.description,
  this.displayName,
  this.example,
  this.launchStatus,
  this.locationSupport,
  this.name,
  this.sensitivityScore,
  this.specificInfoTypes,
  this.supportedBy,
  this.versions,
});