GooglePrivacyDlpV2StoredInfoTypeVersion constructor

GooglePrivacyDlpV2StoredInfoTypeVersion({
  1. GooglePrivacyDlpV2StoredInfoTypeConfig? config,
  2. String? createTime,
  3. List<GooglePrivacyDlpV2Error>? errors,
  4. String? state,
  5. GooglePrivacyDlpV2StoredInfoTypeStats? stats,
})

Implementation

GooglePrivacyDlpV2StoredInfoTypeVersion({
  this.config,
  this.createTime,
  this.errors,
  this.state,
  this.stats,
});