Class: DatadogAPIClient::V2::ProjectedCostAttributes

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

Overview

Projected 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/projected_cost_attributes.rb', line 25

def charges
  @charges
end

#dateObject

The month requested.



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

def date
  @date
end

#org_nameObject

The organization name.



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

def org_name
  @org_name
end

#projected_total_costObject

The total projected cost of products for the month.



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

def projected_total_cost
  @projected_total_cost
end

#public_idObject

The organization public ID.



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

def public_id
  @public_id
end

#regionObject

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



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

def region
  @region
end