Class: DatadogAPIClient::V2::DashboardUsageAttributes

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

Overview

Usage statistics for a dashboard.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#authorObject

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
  @author
end

#created_atObject

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_scoreObject

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_atObject

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_idObject

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

#teamsObject

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

#titleObject

The dashboard title.



43
44
45
# File 'lib/datadog_api_client/v2/models/dashboard_usage_attributes.rb', line 43

def title
  @title
end

#total_viewsObject

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_typeObject

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_atObject

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

#viewerObject

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_countObject

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
  @widget_count
end

#widget_count_by_typeObject

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
  @widget_count_by_type
end