cellLocation = $cellLocation;
}
/**
* @return TableCellLocation
*/
public function getCellLocation()
{
return $this->cellLocation;
}
/**
* @param string
*/
public function setTableObjectId($tableObjectId)
{
$this->tableObjectId = $tableObjectId;
}
/**
* @return string
*/
public function getTableObjectId()
{
return $this->tableObjectId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DeleteTableColumnRequest::class, 'Google_Service_Slides_DeleteTableColumnRequest');