Class: Google::Apis::DocsV1::TableRowStyleSuggestionState
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::TableRowStyleSuggestionState
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/docs_v1/classes.rb,
generated/google/apis/docs_v1/representations.rb,
generated/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 is a new suggested value.
Instance Attribute Summary collapse
-
#min_row_height_suggested ⇒ Boolean
(also: #min_row_height_suggested?)
Indicates if there was a suggested change to min_row_height.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TableRowStyleSuggestionState
constructor
A new instance of TableRowStyleSuggestionState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TableRowStyleSuggestionState
Returns a new instance of TableRowStyleSuggestionState
4930 4931 4932 |
# File 'generated/google/apis/docs_v1/classes.rb', line 4930 def initialize(**args) update!(**args) end |
Instance Attribute Details
#min_row_height_suggested ⇒ Boolean Also known as: min_row_height_suggested?
Indicates if there was a suggested change to min_row_height.
Corresponds to the JSON property minRowHeightSuggested
4927 4928 4929 |
# File 'generated/google/apis/docs_v1/classes.rb', line 4927 def min_row_height_suggested @min_row_height_suggested end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4935 4936 4937 |
# File 'generated/google/apis/docs_v1/classes.rb', line 4935 def update!(**args) @min_row_height_suggested = args[:min_row_height_suggested] if args.key?(:min_row_height_suggested) end |