Class: DatadogAPIClient::V1::GroupWidgetDefinition

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

Overview

The groups widget allows you to keep similar graphs together on your timeboard. Each group has a custom header, can hold one to many graphs, and is collapsible.

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/group_widget_definition.rb', line 48

def additional_properties
  @additional_properties
end

#background_colorObject

Background color of the group title.



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

def background_color
  @background_color
end

URL of image to display as a banner for the group.



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

def banner_img
  @banner_img
end

#layout_typeObject

Layout type of the group.



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

def layout_type
  @layout_type
end

#show_titleObject

Whether to show the title or not.



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

def show_title
  @show_title
end

#titleObject

Title of the widget.



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

def title
  @title
end

#title_alignObject

How to align the text on the widget.



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

def title_align
  @title_align
end

#typeObject

Type of the group widget.



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

def type
  @type
end

#widgetsObject

List of widget groups.



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

def widgets
  @widgets
end