issue = $issue; } /** * @return GoogleCloudContactcenterinsightsV1mainIssue */ public function getIssue() { return $this->issue; } /** * Required. The parent resource of the issue. * * @param string $parent */ public function setParent($parent) { $this->parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1mainCreateIssueRequest::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1mainCreateIssueRequest');