Class: DatadogAPIClient::V1::GroupWidgetDefinition
- Inherits:
- 
      Object
      
        - Object
- DatadogAPIClient::V1::GroupWidgetDefinition
 
- 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
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute additional_properties. 
- 
  
    
      #background_color  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Background color of the group title. 
- 
  
    
      #banner_img  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    URL of image to display as a banner for the group. 
- 
  
    
      #layout_type  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Layout type of the group. 
- 
  
    
      #show_title  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Whether to show the title or not. 
- 
  
    
      #title  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Title of the widget. 
- 
  
    
      #title_align  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    How to align the text on the widget. 
- 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Type of the group widget. 
- 
  
    
      #widgets  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    List of widget groups. 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_color ⇒ Object
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 | 
#banner_img ⇒ Object
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 end | 
#layout_type ⇒ Object
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_title ⇒ Object
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 | 
#title ⇒ Object
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_align ⇒ Object
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 | 
#type ⇒ Object
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 | 
#widgets ⇒ Object
List of widget groups.
| 46 47 48 | # File 'lib/datadog_api_client/v1/models/group_widget_definition.rb', line 46 def @widgets end |