Class: DatadogAPIClient::V2::CostByOrgAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::CostByOrgAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/cost_by_org_attributes.rb
 
Overview
Cost attributes data.
Instance Attribute Summary collapse
- 
  
    
      #account_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The account name.
 - 
  
    
      #account_public_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The account public ID.
 - 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #charges  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of charges data reported for the requested month.
 - 
  
    
      #date  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The month requested.
 - 
  
    
      #org_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The organization name.
 - 
  
    
      #public_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The organization public ID.
 - 
  
    
      #region  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The region of the Datadog instance that the organization belongs to.
 - 
  
    
      #total_cost  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total cost of products for the month.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_name ⇒ Object
The account name.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/cost_by_org_attributes.rb', line 25 def account_name @account_name end  | 
  
#account_public_id ⇒ Object
The account public ID.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/cost_by_org_attributes.rb', line 28 def account_public_id @account_public_id end  | 
  
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      48 49 50  | 
    
      # File 'lib/datadog_api_client/v2/models/cost_by_org_attributes.rb', line 48 def additional_properties @additional_properties end  | 
  
#charges ⇒ Object
List of charges data reported for the requested month.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/cost_by_org_attributes.rb', line 31 def charges @charges end  | 
  
#date ⇒ Object
The month requested.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/cost_by_org_attributes.rb', line 34 def date @date end  | 
  
#org_name ⇒ Object
The organization name.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/cost_by_org_attributes.rb', line 37 def org_name @org_name end  | 
  
#public_id ⇒ Object
The organization public ID.
      40 41 42  | 
    
      # File 'lib/datadog_api_client/v2/models/cost_by_org_attributes.rb', line 40 def public_id @public_id end  | 
  
#region ⇒ Object
The region of the Datadog instance that the organization belongs to.
      43 44 45  | 
    
      # File 'lib/datadog_api_client/v2/models/cost_by_org_attributes.rb', line 43 def region @region end  | 
  
#total_cost ⇒ Object
The total cost of products for the month.
      46 47 48  | 
    
      # File 'lib/datadog_api_client/v2/models/cost_by_org_attributes.rb', line 46 def total_cost @total_cost end  |