class Google::Apis::DocsV1::InlineObjectProperties
Properties of an InlineObject
.
Attributes
embedded_object[RW]
An embedded object in the document. Corresponds to the JSON property `embeddedObject` @return [Google::Apis::DocsV1::EmbeddedObject]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 2040 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 2045 def update!(**args) @embedded_object = args[:embedded_object] if args.key?(:embedded_object) end