borderPosition = $borderPosition; } /** * @return string */ public function getBorderPosition() { return $this->borderPosition; } /** * @param string */ public function setFields($fields) { $this->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 TableBorderProperties */ public function setTableBorderProperties(TableBorderProperties $tableBorderProperties) { $this->tableBorderProperties = $tableBorderProperties; } /** * @return TableBorderProperties */ public function getTableBorderProperties() { return $this->tableBorderProperties; } /** * @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(UpdateTableBorderPropertiesRequest::class, 'Google_Service_Slides_UpdateTableBorderPropertiesRequest');