Class: DatadogAPIClient::V2::CostByOrgAttributes

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

Overview

Cost attributes data.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#chargesObject

List of charges data reported for the requested month.



25
26
27
# File 'lib/datadog_api_client/v2/models/cost_by_org_attributes.rb', line 25

def charges
  @charges
end

#dateObject

The month requested.



28
29
30
# File 'lib/datadog_api_client/v2/models/cost_by_org_attributes.rb', line 28

def date
  @date
end

#org_nameObject

The organization name.



31
32
33
# File 'lib/datadog_api_client/v2/models/cost_by_org_attributes.rb', line 31

def org_name
  @org_name
end

#public_idObject

The organization public ID.



34
35
36
# File 'lib/datadog_api_client/v2/models/cost_by_org_attributes.rb', line 34

def public_id
  @public_id
end

#regionObject

The region of the Datadog instance that the organization belongs to.



37
38
39
# File 'lib/datadog_api_client/v2/models/cost_by_org_attributes.rb', line 37

def region
  @region
end

#total_costObject

The total cost of products for the month.



40
41
42
# File 'lib/datadog_api_client/v2/models/cost_by_org_attributes.rb', line 40

def total_cost
  @total_cost
end