Class: Google::Apis::DocsV1::SuggestedInlineObjectProperties
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::SuggestedInlineObjectProperties
- 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 suggested change to InlineObjectProperties.
Instance Attribute Summary collapse
-
#inline_object_properties ⇒ Google::Apis::DocsV1::InlineObjectProperties
Properties of an InlineObject.
-
#inline_object_properties_suggestion_state ⇒ Google::Apis::DocsV1::InlineObjectPropertiesSuggestionState
A mask that indicates which of the fields on the base InlineObjectProperties have been changed in this suggestion.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SuggestedInlineObjectProperties
constructor
A new instance of SuggestedInlineObjectProperties.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SuggestedInlineObjectProperties
Returns a new instance of SuggestedInlineObjectProperties.
4684 4685 4686 |
# File 'generated/google/apis/docs_v1/classes.rb', line 4684 def initialize(**args) update!(**args) end |
Instance Attribute Details
#inline_object_properties ⇒ Google::Apis::DocsV1::InlineObjectProperties
Properties of an InlineObject.
Corresponds to the JSON property inlineObjectProperties
4675 4676 4677 |
# File 'generated/google/apis/docs_v1/classes.rb', line 4675 def inline_object_properties @inline_object_properties end |
#inline_object_properties_suggestion_state ⇒ Google::Apis::DocsV1::InlineObjectPropertiesSuggestionState
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.
Corresponds to the JSON property inlineObjectPropertiesSuggestionState
4682 4683 4684 |
# File 'generated/google/apis/docs_v1/classes.rb', line 4682 def inline_object_properties_suggestion_state @inline_object_properties_suggestion_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4689 4690 4691 4692 |
# File 'generated/google/apis/docs_v1/classes.rb', line 4689 def update!(**args) @inline_object_properties = args[:inline_object_properties] if args.key?(:inline_object_properties) @inline_object_properties_suggestion_state = args[:inline_object_properties_suggestion_state] if args.key?(:inline_object_properties_suggestion_state) end |