Get Job Trigger Result
data class GetJobTriggerResult(val createTime: String, val description: String, val displayName: String, val errors: List<GooglePrivacyDlpV2ErrorResponse>, val inspectJob: GooglePrivacyDlpV2InspectJobConfigResponse, val lastRunTime: String, val name: String, val status: String, val triggers: List<GooglePrivacyDlpV2TriggerResponse>, val updateTime: String)
Constructors
Link copied to clipboard
fun GetJobTriggerResult(createTime: String, description: String, displayName: String, errors: List<GooglePrivacyDlpV2ErrorResponse>, inspectJob: GooglePrivacyDlpV2InspectJobConfigResponse, lastRunTime: String, name: String, status: String, triggers: List<GooglePrivacyDlpV2TriggerResponse>, updateTime: String)