GooglePrivacyDlpV2HybridInspectStatistics.fromJson constructor
GooglePrivacyDlpV2HybridInspectStatistics.fromJson(
- 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?,
);