class Google::Apis::DocsV1::TableRowStyleSuggestionState

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.

Attributes

min_row_height_suggested[RW]

Indicates if there was a suggested change to min_row_height. Corresponds to the JSON property `minRowHeightSuggested` @return [Boolean]

min_row_height_suggested?[RW]

Indicates if there was a suggested change to min_row_height. Corresponds to the JSON property `minRowHeightSuggested` @return [Boolean]

Public Class Methods

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