GooglePrivacyDlpV2Connection constructor

GooglePrivacyDlpV2Connection({
  1. GooglePrivacyDlpV2CloudSqlProperties? cloudSql,
  2. List<GooglePrivacyDlpV2Error>? errors,
  3. String? name,
  4. String? state,
})

Implementation

GooglePrivacyDlpV2Connection({
  this.cloudSql,
  this.errors,
  this.name,
  this.state,
});