Class: DatadogAPIClient::V1::DashboardListDeleteResponse

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/dashboard_list_delete_response.rb

Overview

Deleted dashboard details.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#deleted_dashboard_list_idObject

ID of the deleted dashboard list.



29
30
31
# File 'lib/datadog_api_client/v1/models/dashboard_list_delete_response.rb', line 29

def deleted_dashboard_list_id
  @deleted_dashboard_list_id
end