GooglePrivacyDlpV2HybridInspectStatistics.fromJson constructor

GooglePrivacyDlpV2HybridInspectStatistics.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2HybridInspectStatistics.fromJson(core.Map json_)
  : this(
      abortedCount: json_['abortedCount'] as core.String?,
      pendingCount: json_['pendingCount'] as core.String?,
      processedCount: json_['processedCount'] as core.String?,
    );