Class: Google::Apis::DocsV1::ShadingSuggestionState
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::ShadingSuggestionState
- 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 Shading have been changed in this suggested change. 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 the Shading.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ShadingSuggestionState
constructor
A new instance of ShadingSuggestionState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ShadingSuggestionState
Returns a new instance of ShadingSuggestionState
3852 3853 3854 |
# File 'generated/google/apis/docs_v1/classes.rb', line 3852 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 the Shading.
Corresponds to the JSON property backgroundColorSuggested
3849 3850 3851 |
# File 'generated/google/apis/docs_v1/classes.rb', line 3849 def background_color_suggested @background_color_suggested end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3857 3858 3859 |
# File 'generated/google/apis/docs_v1/classes.rb', line 3857 def update!(**args) @background_color_suggested = args[:background_color_suggested] if args.key?(:background_color_suggested) end |