tableCellStyle = $tableCellStyle;
}
/**
* @return TableCellStyle
*/
public function getTableCellStyle()
{
return $this->tableCellStyle;
}
/**
* @param TableCellStyleSuggestionState
*/
public function setTableCellStyleSuggestionState(TableCellStyleSuggestionState $tableCellStyleSuggestionState)
{
$this->tableCellStyleSuggestionState = $tableCellStyleSuggestionState;
}
/**
* @return TableCellStyleSuggestionState
*/
public function getTableCellStyleSuggestionState()
{
return $this->tableCellStyleSuggestionState;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SuggestedTableCellStyle::class, 'Google_Service_Docs_SuggestedTableCellStyle');