Class: DatadogAPIClient::V2::DeleteAppsDatastoreItemRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DeleteAppsDatastoreItemRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/delete_apps_datastore_item_request_data_attributes.rb
Overview
Attributes specifying which datastore item to delete by its primary key.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#id ⇒ Object
Optional unique identifier of the item to delete.
-
#item_key ⇒ Object
readonly
The primary key value that identifies the item to delete.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/delete_apps_datastore_item_request_data_attributes.rb', line 30 def additional_properties @additional_properties end |
#id ⇒ Object
Optional unique identifier of the item to delete.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/delete_apps_datastore_item_request_data_attributes.rb', line 25 def id @id end |
#item_key ⇒ Object
The primary key value that identifies the item to delete. Cannot exceed 256 characters.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/delete_apps_datastore_item_request_data_attributes.rb', line 28 def item_key @item_key end |