Class: DatadogAPIClient::V2::DashboardListItem

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

Overview

A dashboard within a list.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



66
67
68
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 66

def additional_properties
  @additional_properties
end

#authorObject

Creator of the object.



25
26
27
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 25

def author
  @author
end

#createdObject

Date of creation of the dashboard.



28
29
30
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 28

def created
  @created
end

#iconObject

URL to the icon of the dashboard.



31
32
33
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 31

def icon
  @icon
end

#idObject

ID of the dashboard.



34
35
36
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 34

def id
  @id
end

#integration_idObject

The short name of the integration.



37
38
39
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 37

def integration_id
  @integration_id
end

#is_favoriteObject

Whether or not the dashboard is in the favorites.



40
41
42
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 40

def is_favorite
  @is_favorite
end

#is_read_onlyObject

Whether or not the dashboard is read only.



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

def is_read_only
  @is_read_only
end

#is_sharedObject

Whether the dashboard is publicly shared or not.



46
47
48
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 46

def is_shared
  @is_shared
end

#modifiedObject

Date of last edition of the dashboard.



49
50
51
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 49

def modified
  @modified
end

#popularityObject

Popularity of the dashboard.



52
53
54
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 52

def popularity
  @popularity
end

#tagsObject

List of team names representing ownership of a dashboard.



55
56
57
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 55

def tags
  @tags
end

#titleObject

Title of the dashboard.



58
59
60
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 58

def title
  @title
end

#typeObject

The type of the dashboard.



61
62
63
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 61

def type
  @type
end

#urlObject

URL path to the dashboard.



64
65
66
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 64

def url
  @url
end