Class: Google::Apis::DocsV1::TableRowStyleSuggestionState

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/docs_v1/classes.rb,
lib/google/apis/docs_v1/representations.rb,
lib/google/apis/docs_v1/representations.rb

Overview

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's a new suggested value.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TableRowStyleSuggestionState

Returns a new instance of TableRowStyleSuggestionState.



6159
6160
6161
# File 'lib/google/apis/docs_v1/classes.rb', line 6159

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#min_row_height_suggestedBoolean Also known as: min_row_height_suggested?

Indicates if there was a suggested change to min_row_height. Corresponds to the JSON property minRowHeightSuggested

Returns:

  • (Boolean)


6156
6157
6158
# File 'lib/google/apis/docs_v1/classes.rb', line 6156

def min_row_height_suggested
  @min_row_height_suggested
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6164
6165
6166
# File 'lib/google/apis/docs_v1/classes.rb', line 6164

def update!(**args)
  @min_row_height_suggested = args[:min_row_height_suggested] if args.key?(:min_row_height_suggested)
end