Get Dlp Job Result
data class GetDlpJobResult(val actionDetails: List<GooglePrivacyDlpV2ActionDetailsResponse>, val createTime: String, val endTime: String, val errors: List<GooglePrivacyDlpV2ErrorResponse>, val inspectDetails: GooglePrivacyDlpV2InspectDataSourceDetailsResponse, val jobTriggerName: String, val name: String, val riskDetails: GooglePrivacyDlpV2AnalyzeDataSourceRiskDetailsResponse, val startTime: String, val state: String, val type: String)
Constructors
Link copied to clipboard
fun GetDlpJobResult(actionDetails: List<GooglePrivacyDlpV2ActionDetailsResponse>, createTime: String, endTime: String, errors: List<GooglePrivacyDlpV2ErrorResponse>, inspectDetails: GooglePrivacyDlpV2InspectDataSourceDetailsResponse, jobTriggerName: String, name: String, riskDetails: GooglePrivacyDlpV2AnalyzeDataSourceRiskDetailsResponse, startTime: String, state: String, type: String)