Class: DatadogAPIClient::V2::DashboardListDeleteItemsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::DashboardListDeleteItemsResponse
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/dashboard_list_delete_items_response.rb
 
Overview
Response containing a list of deleted dashboards.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #deleted_dashboards_from_list  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of dashboards deleted from the dashboard list.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      27 28 29  | 
    
      # File 'lib/datadog_api_client/v2/models/dashboard_list_delete_items_response.rb', line 27 def additional_properties @additional_properties end  | 
  
#deleted_dashboards_from_list ⇒ Object
List of dashboards deleted from the dashboard list.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/dashboard_list_delete_items_response.rb', line 25 def deleted_dashboards_from_list @deleted_dashboards_from_list end  |