Class: DatadogAPIClient::V2::UpdateAppsDatastoreItemRequestDataAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#idObject

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_changesObject

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_keyObject

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