cells = $cells; } /** * @return EnterpriseCrmCardsCellValue[] */ public function getCells() { return $this->cells; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmCardsRow::class, 'Google_Service_Integrations_EnterpriseCrmCardsRow');