Google Privacy Dlp V2Result Response
data class GooglePrivacyDlpV2ResultResponse(val hybridStats: GooglePrivacyDlpV2HybridInspectStatisticsResponse, val infoTypeStats: List<GooglePrivacyDlpV2InfoTypeStatsResponse>, val processedBytes: String, val totalEstimatedBytes: String)
All result fields mentioned below are updated while the job is processing.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2ResultResponse(hybridStats: GooglePrivacyDlpV2HybridInspectStatisticsResponse, infoTypeStats: List<GooglePrivacyDlpV2InfoTypeStatsResponse>, processedBytes: String, totalEstimatedBytes: String)