Class: Google::Apis::DocsV1::TableCellStyleSuggestionState
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::TableCellStyleSuggestionState
- 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 TableCellStyle have been changed in this suggestion. For any field set to true, there is a new suggested value.
Instance Attribute Summary collapse
-
#background_color_suggested ⇒ Boolean
(also: #background_color_suggested?)
Indicates if there was a suggested change to background_color.
-
#border_bottom_suggested ⇒ Boolean
(also: #border_bottom_suggested?)
Indicates if there was a suggested change to border_bottom.
-
#border_left_suggested ⇒ Boolean
(also: #border_left_suggested?)
Indicates if there was a suggested change to border_left.
-
#border_right_suggested ⇒ Boolean
(also: #border_right_suggested?)
Indicates if there was a suggested change to border_right.
-
#border_top_suggested ⇒ Boolean
(also: #border_top_suggested?)
Indicates if there was a suggested change to border_top.
-
#column_span_suggested ⇒ Boolean
(also: #column_span_suggested?)
Indicates if there was a suggested change to column_span.
-
#content_alignment_suggested ⇒ Boolean
(also: #content_alignment_suggested?)
Indicates if there was a suggested change to content_alignment.
-
#padding_bottom_suggested ⇒ Boolean
(also: #padding_bottom_suggested?)
Indicates if there was a suggested change to padding_bottom.
-
#padding_left_suggested ⇒ Boolean
(also: #padding_left_suggested?)
Indicates if there was a suggested change to padding_left.
-
#padding_right_suggested ⇒ Boolean
(also: #padding_right_suggested?)
Indicates if there was a suggested change to padding_right.
-
#padding_top_suggested ⇒ Boolean
(also: #padding_top_suggested?)
Indicates if there was a suggested change to padding_top.
-
#row_span_suggested ⇒ Boolean
(also: #row_span_suggested?)
Indicates if there was a suggested change to row_span.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TableCellStyleSuggestionState
constructor
A new instance of TableCellStyleSuggestionState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TableCellStyleSuggestionState
Returns a new instance of TableCellStyleSuggestionState.
5158 5159 5160 |
# File 'generated/google/apis/docs_v1/classes.rb', line 5158 def initialize(**args) update!(**args) end |
Instance Attribute Details
#background_color_suggested ⇒ Boolean Also known as: background_color_suggested?
Indicates if there was a suggested change to background_color.
Corresponds to the JSON property backgroundColorSuggested
5089 5090 5091 |
# File 'generated/google/apis/docs_v1/classes.rb', line 5089 def background_color_suggested @background_color_suggested end |
#border_bottom_suggested ⇒ Boolean Also known as: border_bottom_suggested?
Indicates if there was a suggested change to border_bottom.
Corresponds to the JSON property borderBottomSuggested
5095 5096 5097 |
# File 'generated/google/apis/docs_v1/classes.rb', line 5095 def border_bottom_suggested @border_bottom_suggested end |
#border_left_suggested ⇒ Boolean Also known as: border_left_suggested?
Indicates if there was a suggested change to border_left.
Corresponds to the JSON property borderLeftSuggested
5101 5102 5103 |
# File 'generated/google/apis/docs_v1/classes.rb', line 5101 def border_left_suggested @border_left_suggested end |
#border_right_suggested ⇒ Boolean Also known as: border_right_suggested?
Indicates if there was a suggested change to border_right.
Corresponds to the JSON property borderRightSuggested
5107 5108 5109 |
# File 'generated/google/apis/docs_v1/classes.rb', line 5107 def border_right_suggested @border_right_suggested end |
#border_top_suggested ⇒ Boolean Also known as: border_top_suggested?
Indicates if there was a suggested change to border_top.
Corresponds to the JSON property borderTopSuggested
5113 5114 5115 |
# File 'generated/google/apis/docs_v1/classes.rb', line 5113 def border_top_suggested @border_top_suggested end |
#column_span_suggested ⇒ Boolean Also known as: column_span_suggested?
Indicates if there was a suggested change to column_span.
Corresponds to the JSON property columnSpanSuggested
5119 5120 5121 |
# File 'generated/google/apis/docs_v1/classes.rb', line 5119 def column_span_suggested @column_span_suggested end |
#content_alignment_suggested ⇒ Boolean Also known as: content_alignment_suggested?
Indicates if there was a suggested change to content_alignment.
Corresponds to the JSON property contentAlignmentSuggested
5125 5126 5127 |
# File 'generated/google/apis/docs_v1/classes.rb', line 5125 def content_alignment_suggested @content_alignment_suggested end |
#padding_bottom_suggested ⇒ Boolean Also known as: padding_bottom_suggested?
Indicates if there was a suggested change to padding_bottom.
Corresponds to the JSON property paddingBottomSuggested
5131 5132 5133 |
# File 'generated/google/apis/docs_v1/classes.rb', line 5131 def padding_bottom_suggested @padding_bottom_suggested end |
#padding_left_suggested ⇒ Boolean Also known as: padding_left_suggested?
Indicates if there was a suggested change to padding_left.
Corresponds to the JSON property paddingLeftSuggested
5137 5138 5139 |
# File 'generated/google/apis/docs_v1/classes.rb', line 5137 def padding_left_suggested @padding_left_suggested end |
#padding_right_suggested ⇒ Boolean Also known as: padding_right_suggested?
Indicates if there was a suggested change to padding_right.
Corresponds to the JSON property paddingRightSuggested
5143 5144 5145 |
# File 'generated/google/apis/docs_v1/classes.rb', line 5143 def padding_right_suggested @padding_right_suggested end |
#padding_top_suggested ⇒ Boolean Also known as: padding_top_suggested?
Indicates if there was a suggested change to padding_top.
Corresponds to the JSON property paddingTopSuggested
5149 5150 5151 |
# File 'generated/google/apis/docs_v1/classes.rb', line 5149 def padding_top_suggested @padding_top_suggested end |
#row_span_suggested ⇒ Boolean Also known as: row_span_suggested?
Indicates if there was a suggested change to row_span.
Corresponds to the JSON property rowSpanSuggested
5155 5156 5157 |
# File 'generated/google/apis/docs_v1/classes.rb', line 5155 def row_span_suggested @row_span_suggested end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 |
# File 'generated/google/apis/docs_v1/classes.rb', line 5163 def update!(**args) @background_color_suggested = args[:background_color_suggested] if args.key?(:background_color_suggested) @border_bottom_suggested = args[:border_bottom_suggested] if args.key?(:border_bottom_suggested) @border_left_suggested = args[:border_left_suggested] if args.key?(:border_left_suggested) @border_right_suggested = args[:border_right_suggested] if args.key?(:border_right_suggested) @border_top_suggested = args[:border_top_suggested] if args.key?(:border_top_suggested) @column_span_suggested = args[:column_span_suggested] if args.key?(:column_span_suggested) @content_alignment_suggested = args[:content_alignment_suggested] if args.key?(:content_alignment_suggested) @padding_bottom_suggested = args[:padding_bottom_suggested] if args.key?(:padding_bottom_suggested) @padding_left_suggested = args[:padding_left_suggested] if args.key?(:padding_left_suggested) @padding_right_suggested = args[:padding_right_suggested] if args.key?(:padding_right_suggested) @padding_top_suggested = args[:padding_top_suggested] if args.key?(:padding_top_suggested) @row_span_suggested = args[:row_span_suggested] if args.key?(:row_span_suggested) end |