cohorts = $cohorts; } /** * @return Cohort[] */ public function getCohorts() { return $this->cohorts; } /** * @param bool */ public function setLifetimeValue($lifetimeValue) { $this->lifetimeValue = $lifetimeValue; } /** * @return bool */ public function getLifetimeValue() { return $this->lifetimeValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CohortGroup::class, 'Google_Service_AnalyticsReporting_CohortGroup');