GooglePrivacyDlpV2StoredInfoType constructor

GooglePrivacyDlpV2StoredInfoType({
  1. GooglePrivacyDlpV2StoredInfoTypeVersion? currentVersion,
  2. String? name,
  3. List<GooglePrivacyDlpV2StoredInfoTypeVersion>? pendingVersions,
})

Implementation

GooglePrivacyDlpV2StoredInfoType({
  this.currentVersion,
  this.name,
  this.pendingVersions,
});