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