GooglePrivacyDlpV2Error constructor

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

Implementation

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