tableRowStyle = $tableRowStyle; } /** * @return Google_Service_Docs_TableRowStyle */ public function getTableRowStyle() { return $this->tableRowStyle; } /** * @param Google_Service_Docs_TableRowStyleSuggestionState */ public function setTableRowStyleSuggestionState(Google_Service_Docs_TableRowStyleSuggestionState $tableRowStyleSuggestionState) { $this->tableRowStyleSuggestionState = $tableRowStyleSuggestionState; } /** * @return Google_Service_Docs_TableRowStyleSuggestionState */ public function getTableRowStyleSuggestionState() { return $this->tableRowStyleSuggestionState; } }