cellLocation = $cellLocation; } /** * @return TableCellLocation */ public function getCellLocation() { return $this->cellLocation; } /** * @param string */ public function setObjectId($objectId) { $this->objectId = $objectId; } /** * @return string */ public function getObjectId() { return $this->objectId; } /** * @param Range */ public function setTextRange(Range $textRange) { $this->textRange = $textRange; } /** * @return Range */ public function getTextRange() { return $this->textRange; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeleteTextRequest::class, 'Google_Service_Slides_DeleteTextRequest');