Class: Google::Apis::NotebooksV1::UpdateInstanceMetadataItemsResponse
- Inherits:
-
Object
- Object
- Google::Apis::NotebooksV1::UpdateInstanceMetadataItemsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/notebooks_v1/classes.rb,
lib/google/apis/notebooks_v1/representations.rb,
lib/google/apis/notebooks_v1/representations.rb more...
Overview
Response for adding/changing metadata items for an instance.
Instance Attribute Summary collapse
-
#items ⇒ Hash<String,String>
Map of items that were added/updated to/in the metadata.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UpdateInstanceMetadataItemsResponse
constructor
A new instance of UpdateInstanceMetadataItemsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UpdateInstanceMetadataItemsResponse
Returns a new instance of UpdateInstanceMetadataItemsResponse.
3103 3104 3105 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 3103 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Hash<String,String>
Map of items that were added/updated to/in the metadata.
Corresponds to the JSON property items
3101 3102 3103 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 3101 def items @items end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3108 3109 3110 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 3108 def update!(**args) @items = args[:items] if args.key?(:items) end |