Class: DatadogAPIClient::V2::ListDashboardsUsageResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ListDashboardsUsageResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/list_dashboards_usage_response.rb
Overview
Paginated list of dashboard usage records.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
readonly
Dashboard usage records, one per dashboard in the caller's organization.
-
#links ⇒ Object
Pagination links for a list of dashboard usage records.
-
#meta ⇒ Object
readonly
Pagination metadata for a list of dashboard usage records.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/list_dashboards_usage_response.rb', line 33 def additional_properties @additional_properties end |
#data ⇒ Object
Dashboard usage records, one per dashboard in the caller's organization.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/list_dashboards_usage_response.rb', line 25 def data @data end |
#links ⇒ Object
Pagination links for a list of dashboard usage records.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/list_dashboards_usage_response.rb', line 28 def links @links end |
#meta ⇒ Object
Pagination metadata for a list of dashboard usage records.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/list_dashboards_usage_response.rb', line 31 def @meta end |