Class: Google::Apis::DocsV1::InlineObjectPropertiesSuggestionState
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::InlineObjectPropertiesSuggestionState
- 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 InlineObjectProperties have been changed in this suggestion. For any field set to true, there is a new suggested value.
Instance Attribute Summary collapse
-
#embedded_object_suggestion_state ⇒ Google::Apis::DocsV1::EmbeddedObjectSuggestionState
A mask that indicates which of the fields on the base EmbeddedObject have been changed in this suggestion.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InlineObjectPropertiesSuggestionState
constructor
A new instance of InlineObjectPropertiesSuggestionState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InlineObjectPropertiesSuggestionState
Returns a new instance of InlineObjectPropertiesSuggestionState.
2063 2064 2065 |
# File 'generated/google/apis/docs_v1/classes.rb', line 2063 def initialize(**args) update!(**args) end |
Instance Attribute Details
#embedded_object_suggestion_state ⇒ Google::Apis::DocsV1::EmbeddedObjectSuggestionState
A mask that indicates which of the fields on the base EmbeddedObject have been
changed in this suggestion. For any field set to true, there is a new
suggested value.
Corresponds to the JSON property embeddedObjectSuggestionState
2061 2062 2063 |
# File 'generated/google/apis/docs_v1/classes.rb', line 2061 def @embedded_object_suggestion_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2068 2069 2070 |
# File 'generated/google/apis/docs_v1/classes.rb', line 2068 def update!(**args) @embedded_object_suggestion_state = args[:embedded_object_suggestion_state] if args.key?(:embedded_object_suggestion_state) end |