GooglePrivacyDlpV2Error constructor

GooglePrivacyDlpV2Error({
  1. GoogleRpcStatus? details,
  2. List<String>? timestamps,
})

Implementation

GooglePrivacyDlpV2Error({
  this.details,
  this.timestamps,
});