itemCount = $itemCount; } /** * @return string */ public function getItemCount() { return $this->itemCount; } /** * @param string */ public function setItemType($itemType) { $this->itemType = $itemType; } /** * @return string */ public function getItemType() { return $this->itemType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GroupContentDetails::class, 'Google_Service_YouTubeAnalytics_GroupContentDetails');