Class: DatadogAPIClient::V2::PowerpackAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::PowerpackAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/powerpack_attributes.rb
 
Overview
Powerpack attribute object.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #description  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Description of this powerpack.
 - 
  
    
      #group_widget  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Powerpack group widget definition object.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Name of the powerpack.
 - 
  
    
      #tags  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
List of tags to identify this powerpack.
 - 
  
    
      #template_variables  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of template variables for this powerpack.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      39 40 41  | 
    
      # File 'lib/datadog_api_client/v2/models/powerpack_attributes.rb', line 39 def additional_properties @additional_properties end  | 
  
#description ⇒ Object
Description of this powerpack.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/powerpack_attributes.rb', line 25 def description @description end  | 
  
#group_widget ⇒ Object
Powerpack group widget definition object.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/powerpack_attributes.rb', line 28 def @group_widget end  | 
  
#name ⇒ Object
Name of the powerpack.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/powerpack_attributes.rb', line 31 def name @name end  | 
  
#tags ⇒ Object
List of tags to identify this powerpack.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/powerpack_attributes.rb', line 34 def @tags end  | 
  
#template_variables ⇒ Object
List of template variables for this powerpack.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/powerpack_attributes.rb', line 37 def template_variables @template_variables end  |