Class: DatadogAPIClient::V2::DashboardUsageAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DashboardUsageAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/dashboard_usage_attributes.rb
Overview
Usage statistics for a dashboard.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#author ⇒ Object
A user referenced from a dashboard usage record (author or viewer).
-
#created_at ⇒ Object
When the dashboard was created.
-
#dashboard_quality_score ⇒ Object
The dashboard quality score, or
nullwhen no score is available. -
#edited_at ⇒ Object
When the dashboard was most recently edited.
-
#org_id ⇒ Object
readonly
The Datadog organization that owns the dashboard.
-
#teams ⇒ Object
Teams the dashboard is tagged with.
-
#title ⇒ Object
The dashboard title.
-
#total_views ⇒ Object
The total number of times the dashboard has been viewed.
-
#total_views_by_type ⇒ Object
View counts keyed by view type.
-
#viewed_at ⇒ Object
When the dashboard was most recently viewed.
-
#viewer ⇒ Object
A user referenced from a dashboard usage record (author or viewer).
-
#widget_count ⇒ Object
The total number of widgets on the dashboard.
-
#widget_count_by_type ⇒ Object
Widget counts keyed by widget type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
63 64 65 |
# File 'lib/datadog_api_client/v2/models/dashboard_usage_attributes.rb', line 63 def additional_properties @additional_properties end |
#author ⇒ Object
A user referenced from a dashboard usage record (author or viewer).
25 26 27 |
# File 'lib/datadog_api_client/v2/models/dashboard_usage_attributes.rb', line 25 def @author end |
#created_at ⇒ Object
When the dashboard was created.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/dashboard_usage_attributes.rb', line 28 def created_at @created_at end |
#dashboard_quality_score ⇒ Object
The dashboard quality score, or null when no score is available.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/dashboard_usage_attributes.rb', line 31 def dashboard_quality_score @dashboard_quality_score end |
#edited_at ⇒ Object
When the dashboard was most recently edited.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/dashboard_usage_attributes.rb', line 34 def edited_at @edited_at end |
#org_id ⇒ Object
The Datadog organization that owns the dashboard.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/dashboard_usage_attributes.rb', line 37 def org_id @org_id end |
#teams ⇒ Object
Teams the dashboard is tagged with.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/dashboard_usage_attributes.rb', line 40 def teams @teams end |
#title ⇒ Object
The dashboard title.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/dashboard_usage_attributes.rb', line 43 def title @title end |
#total_views ⇒ Object
The total number of times the dashboard has been viewed.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/dashboard_usage_attributes.rb', line 46 def total_views @total_views end |
#total_views_by_type ⇒ Object
View counts keyed by view type. Possible keys are in_app, embed, public, shared, api, and unknown.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/dashboard_usage_attributes.rb', line 49 def total_views_by_type @total_views_by_type end |
#viewed_at ⇒ Object
When the dashboard was most recently viewed.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/dashboard_usage_attributes.rb', line 52 def viewed_at @viewed_at end |
#viewer ⇒ Object
A user referenced from a dashboard usage record (author or viewer).
55 56 57 |
# File 'lib/datadog_api_client/v2/models/dashboard_usage_attributes.rb', line 55 def viewer @viewer end |
#widget_count ⇒ Object
The total number of widgets on the dashboard.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/dashboard_usage_attributes.rb', line 58 def @widget_count end |
#widget_count_by_type ⇒ Object
Widget counts keyed by widget type. The map includes group widgets and widgets without requests.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/dashboard_usage_attributes.rb', line 61 def @widget_count_by_type end |