Class: Google::Apis::DocsV1::PositionedObjectPropertiesSuggestionState

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/docs_v1/classes.rb,
lib/google/apis/docs_v1/representations.rb,
lib/google/apis/docs_v1/representations.rb

Overview

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's a new suggested value.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PositionedObjectPropertiesSuggestionState

Returns a new instance of PositionedObjectPropertiesSuggestionState.



4113
4114
4115
# File 'lib/google/apis/docs_v1/classes.rb', line 4113

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's a new suggested value. Corresponds to the JSON property embeddedObjectSuggestionState



4104
4105
4106
# File 'lib/google/apis/docs_v1/classes.rb', line 4104

def embedded_object_suggestion_state
  @embedded_object_suggestion_state
end

#positioning_suggestion_stateGoogle::Apis::DocsV1::PositionedObjectPositioningSuggestionState

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's a new suggested value. Corresponds to the JSON property positioningSuggestionState



4111
4112
4113
# File 'lib/google/apis/docs_v1/classes.rb', line 4111

def positioning_suggestion_state
  @positioning_suggestion_state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4118
4119
4120
4121
# File 'lib/google/apis/docs_v1/classes.rb', line 4118

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