Class: DatadogAPIClient::V1::DashboardList

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

Overview

Your Datadog Dashboards.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



48
49
50
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 48

def additional_properties
  @additional_properties
end

#authorObject

Object describing the creator of the shared element.



25
26
27
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 25

def author
  @author
end

#createdObject

Date of creation of the dashboard list.



28
29
30
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 28

def created
  @created
end

#dashboard_countObject

The number of dashboards in the list.



31
32
33
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 31

def dashboard_count
  @dashboard_count
end

#idObject

The ID of the dashboard list.



34
35
36
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 34

def id
  @id
end

#is_favoriteObject

Whether or not the list is in the favorites.



37
38
39
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 37

def is_favorite
  @is_favorite
end

#modifiedObject

Date of last edition of the dashboard list.



40
41
42
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 40

def modified
  @modified
end

#nameObject

The name of the dashboard list.



43
44
45
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 43

def name
  @name
end

#typeObject

The type of dashboard list.



46
47
48
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 46

def type
  @type
end