Class: Google::Apis::DocsV1::InlineObjectPropertiesSuggestionState

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ InlineObjectPropertiesSuggestionState

Returns a new instance of InlineObjectPropertiesSuggestionState.



2130
2131
2132
# File 'generated/google/apis/docs_v1/classes.rb', line 2130

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

Instance Attribute Details

#embedded_object_suggestion_stateGoogle::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



2128
2129
2130
# File 'generated/google/apis/docs_v1/classes.rb', line 2128

def embedded_object_suggestion_state
  @embedded_object_suggestion_state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2135
2136
2137
# File 'generated/google/apis/docs_v1/classes.rb', line 2135

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