class Google::Apis::DocsV1::SuggestedTableRowStyle

A suggested change to a TableRowStyle.

Attributes

table_row_style[RW]

Styles that apply to a table row. Corresponds to the JSON property `tableRowStyle` @return [Google::Apis::DocsV1::TableRowStyle]

table_row_style_suggestion_state[RW]

A mask that indicates which of the fields on the base TableRowStyle have been changed in this suggestion. For any field set to true, there is a new suggested value. Corresponds to the JSON property `tableRowStyleSuggestionState` @return [Google::Apis::DocsV1::TableRowStyleSuggestionState]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 5060
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 5065
def update!(**args)
  @table_row_style = args[:table_row_style] if args.key?(:table_row_style)
  @table_row_style_suggestion_state = args[:table_row_style_suggestion_state] if args.key?(:table_row_style_suggestion_state)
end