fields = $fields;
}
/**
* @return string
*/
public function getFields()
{
return $this->fields;
}
/**
* @param TableCellStyle
*/
public function setTableCellStyle(TableCellStyle $tableCellStyle)
{
$this->tableCellStyle = $tableCellStyle;
}
/**
* @return TableCellStyle
*/
public function getTableCellStyle()
{
return $this->tableCellStyle;
}
/**
* @param TableRange
*/
public function setTableRange(TableRange $tableRange)
{
$this->tableRange = $tableRange;
}
/**
* @return TableRange
*/
public function getTableRange()
{
return $this->tableRange;
}
/**
* @param Location
*/
public function setTableStartLocation(Location $tableStartLocation)
{
$this->tableStartLocation = $tableStartLocation;
}
/**
* @return Location
*/
public function getTableStartLocation()
{
return $this->tableStartLocation;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(UpdateTableCellStyleRequest::class, 'Google_Service_Docs_UpdateTableCellStyleRequest');