Class: Google::Apis::DocsV1::EmbeddedDrawingPropertiesSuggestionState
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::EmbeddedDrawingPropertiesSuggestionState
- 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 EmbeddedDrawingProperties have been changed in this suggestion. For any field set to true, there is a new suggested value.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EmbeddedDrawingPropertiesSuggestionState
constructor
A new instance of EmbeddedDrawingPropertiesSuggestionState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ EmbeddedDrawingPropertiesSuggestionState
Returns a new instance of EmbeddedDrawingPropertiesSuggestionState
1095 1096 1097 |
# File 'generated/google/apis/docs_v1/classes.rb', line 1095 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1100 1101 |
# File 'generated/google/apis/docs_v1/classes.rb', line 1100 def update!(**args) end |