cellLocation = $cellLocation; } /** * @return Google_Service_Slides_TableCellLocation */ public function getCellLocation() { return $this->cellLocation; } public function setTableObjectId($tableObjectId) { $this->tableObjectId = $tableObjectId; } public function getTableObjectId() { return $this->tableObjectId; } }