Class: DatadogAPIClient::V2::UpdateAppsDatastoreItemRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UpdateAppsDatastoreItemRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/update_apps_datastore_item_request_data_attributes.rb
Overview
Attributes for updating a datastore item, including the item key and changes to apply.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#id ⇒ Object
The unique identifier of the item being updated.
-
#item_changes ⇒ Object
readonly
Changes to apply to a datastore item using set operations.
-
#item_key ⇒ Object
readonly
The primary key that identifies the item to update.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/update_apps_datastore_item_request_data_attributes.rb', line 33 def additional_properties @additional_properties end |
#id ⇒ Object
The unique identifier of the item being updated.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/update_apps_datastore_item_request_data_attributes.rb', line 25 def id @id end |
#item_changes ⇒ Object
Changes to apply to a datastore item using set operations.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/update_apps_datastore_item_request_data_attributes.rb', line 28 def item_changes @item_changes end |
#item_key ⇒ Object
The primary key that identifies the item to update. Cannot exceed 256 characters.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/update_apps_datastore_item_request_data_attributes.rb', line 31 def item_key @item_key end |