/var/www/flurhymez/vendor/google/apiclient-services/src/YouTubeAnalytics
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/YouTubeAnalytics/GroupContentDetails.php (1405B)
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');