headers = $headers; } /** * @return string[] */ public function getHeaders() { return $this->headers; } /** * @param EnterpriseCrmCardsRow[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return EnterpriseCrmCardsRow[] */ public function getRows() { return $this->rows; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmCardsTabularData::class, 'Google_Service_Integrations_EnterpriseCrmCardsTabularData');