terms = $terms; } /** * @return ListPopulationTerm[] */ public function getTerms() { return $this->terms; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListPopulationClause::class, 'Google_Service_Dfareporting_ListPopulationClause');