fullScan = $fullScan; } /** * @return bool */ public function getFullScan() { return $this->fullScan; } /** * @param string */ public function setInfoType($infoType) { $this->infoType = $infoType; } /** * @return string */ public function getInfoType() { return $this->infoType; } /** * @param string */ public function setInfoTypeCount($infoTypeCount) { $this->infoTypeCount = $infoTypeCount; } /** * @return string */ public function getInfoTypeCount() { return $this->infoTypeCount; } /** * @param string */ public function setInspectJob($inspectJob) { $this->inspectJob = $inspectJob; } /** * @return string */ public function getInspectJob() { return $this->inspectJob; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV2CloudDlpInspection::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV2CloudDlpInspection');