Class: DatadogAPIClient::V2::DeleteAppsDatastoreItemResponseData
- Inherits:
- 
      Object
      
        - Object
- DatadogAPIClient::V2::DeleteAppsDatastoreItemResponseData
 
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/delete_apps_datastore_item_response_data.rb
Overview
Data containing the identifier of the datastore item that was successfully deleted.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute additional_properties. 
- 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the item that was deleted. 
- 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The resource type for datastore items. 
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_response_data.rb', line 30 def additional_properties @additional_properties end | 
#id ⇒ Object
The unique identifier of the item that was deleted.
| 25 26 27 | # File 'lib/datadog_api_client/v2/models/delete_apps_datastore_item_response_data.rb', line 25 def id @id end | 
#type ⇒ Object
The resource type for datastore items.
| 28 29 30 | # File 'lib/datadog_api_client/v2/models/delete_apps_datastore_item_response_data.rb', line 28 def type @type end |