fields = $fields; } /** * @return string */ public function getFields() { return $this->fields; } /** * @param string */ public function setObjectId($objectId) { $this->objectId = $objectId; } /** * @return string */ public function getObjectId() { return $this->objectId; } /** * @param TableCellProperties */ public function setTableCellProperties(TableCellProperties $tableCellProperties) { $this->tableCellProperties = $tableCellProperties; } /** * @return TableCellProperties */ public function getTableCellProperties() { return $this->tableCellProperties; } /** * @param TableRange */ public function setTableRange(TableRange $tableRange) { $this->tableRange = $tableRange; } /** * @return TableRange */ public function getTableRange() { return $this->tableRange; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdateTableCellPropertiesRequest::class, 'Google_Service_Slides_UpdateTableCellPropertiesRequest');