class Google::Apis::DocsV1::PositionedObjectPropertiesSuggestionState
A mask that indicates which of the fields on the base PositionedObjectProperties
have been changed in this suggestion. For any field set to true, there is a new suggested value.
Attributes
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` @return [Google::Apis::DocsV1::EmbeddedObjectSuggestionState]
A mask that indicates which of the fields on the base PositionedObjectPositioning
have been changed in this suggestion. For any field set to true, there is a new suggested value. Corresponds to the JSON property `positioningSuggestionState` @return [Google::Apis::DocsV1::PositionedObjectPositioningSuggestionState]
Public Class Methods
# File lib/google/apis/docs_v1/classes.rb, line 3779 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/docs_v1/classes.rb, line 3784 def update!(**args) @embedded_object_suggestion_state = args[:embedded_object_suggestion_state] if args.key?(:embedded_object_suggestion_state) @positioning_suggestion_state = args[:positioning_suggestion_state] if args.key?(:positioning_suggestion_state) end