Class: Google::Apis::SlidesV1::CreateTableResponse
- Inherits:
-
Object
- Object
- Google::Apis::SlidesV1::CreateTableResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/slides_v1/classes.rb,
generated/google/apis/slides_v1/representations.rb,
generated/google/apis/slides_v1/representations.rb
Overview
The result of creating a table.
Instance Attribute Summary collapse
-
#object_id_prop ⇒ String
The object ID of the created table.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CreateTableResponse
constructor
A new instance of CreateTableResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CreateTableResponse
Returns a new instance of CreateTableResponse
2414 2415 2416 |
# File 'generated/google/apis/slides_v1/classes.rb', line 2414 def initialize(**args) update!(**args) end |
Instance Attribute Details
#object_id_prop ⇒ String
The object ID of the created table.
Corresponds to the JSON property objectId
2412 2413 2414 |
# File 'generated/google/apis/slides_v1/classes.rb', line 2412 def object_id_prop @object_id_prop end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2419 2420 2421 |
# File 'generated/google/apis/slides_v1/classes.rb', line 2419 def update!(**args) @object_id_prop = args[:object_id_prop] if args.key?(:object_id_prop) end |