class Google::Apis::DocsV1::SuggestedTableCellStyle
A suggested change to a TableCellStyle
.
Attributes
table_cell_style[RW]
The style of a TableCell
. Inherited table cell styles are represented as unset fields in this message. A table cell style can inherit from the table's style. Corresponds to the JSON property `tableCellStyle` @return [Google::Apis::DocsV1::TableCellStyle]
table_cell_style_suggestion_state[RW]
A mask that indicates which of the fields on the base TableCellStyle
have been changed in this suggestion. For any field set to true, there is a new suggested value. Corresponds to the JSON property `tableCellStyleSuggestionState` @return [Google::Apis::DocsV1::TableCellStyleSuggestionState]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 5033 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/docs_v1/classes.rb, line 5038 def update!(**args) @table_cell_style = args[:table_cell_style] if args.key?(:table_cell_style) @table_cell_style_suggestion_state = args[:table_cell_style_suggestion_state] if args.key?(:table_cell_style_suggestion_state) end