GooglePrivacyDlpV2InfoTypeDescription constructor
GooglePrivacyDlpV2InfoTypeDescription({
- List<
GooglePrivacyDlpV2InfoTypeCategory> ? categories, - String? description,
- String? displayName,
- String? name,
- GooglePrivacyDlpV2SensitivityScore? sensitivityScore,
- List<
String> ? supportedBy, - List<
GooglePrivacyDlpV2VersionDescription> ? versions,
Implementation
GooglePrivacyDlpV2InfoTypeDescription({
this.categories,
this.description,
this.displayName,
this.name,
this.sensitivityScore,
this.supportedBy,
this.versions,
});