class Google::Apis::DocsV1::SuggestedInlineObjectProperties

A suggested change to InlineObjectProperties.

Attributes

inline_object_properties[RW]

Properties of an InlineObject. Corresponds to the JSON property `inlineObjectProperties` @return [Google::Apis::DocsV1::InlineObjectProperties]

inline_object_properties_suggestion_state[RW]

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` @return [Google::Apis::DocsV1::InlineObjectPropertiesSuggestionState]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 4887
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/docs_v1/classes.rb, line 4892
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