Class: Google::Apis::DocsV1::InlineObjectProperties
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::InlineObjectProperties
- 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
Properties of an InlineObject.
Instance Attribute Summary collapse
-
#embedded_object ⇒ Google::Apis::DocsV1::EmbeddedObject
An embedded object in the document.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InlineObjectProperties
constructor
A new instance of InlineObjectProperties.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InlineObjectProperties
Returns a new instance of InlineObjectProperties.
2040 2041 2042 |
# File 'generated/google/apis/docs_v1/classes.rb', line 2040 def initialize(**args) update!(**args) end |
Instance Attribute Details
#embedded_object ⇒ Google::Apis::DocsV1::EmbeddedObject
An embedded object in the document.
Corresponds to the JSON property embeddedObject
2038 2039 2040 |
# File 'generated/google/apis/docs_v1/classes.rb', line 2038 def @embedded_object end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2045 2046 2047 |
# File 'generated/google/apis/docs_v1/classes.rb', line 2045 def update!(**args) @embedded_object = args[:embedded_object] if args.key?(:embedded_object) end |