issueModel = $issueModel; } /** * @return string */ public function getIssueModel() { return $this->issueModel; } /** * All the matched issues. * * @param GoogleCloudContactcenterinsightsV1mainIssueAssignment[] $issues */ public function setIssues($issues) { $this->issues = $issues; } /** * @return GoogleCloudContactcenterinsightsV1mainIssueAssignment[] */ public function getIssues() { return $this->issues; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1mainIssueModelResult::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1mainIssueModelResult');