Class: DatadogAPIClient::V1::UsageBillableSummaryBody

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

Overview

Response with properties for each aggregated usage type.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#account_billable_usageObject

The total account usage.



25
26
27
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_body.rb', line 25

def 
  @account_billable_usage
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



45
46
47
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_body.rb', line 45

def additional_properties
  @additional_properties
end

#elapsed_usage_hoursObject

Elapsed usage hours for some billable product.



28
29
30
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_body.rb', line 28

def elapsed_usage_hours
  @elapsed_usage_hours
end

#first_billable_usage_hourObject

The first billable hour for the org.



31
32
33
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_body.rb', line 31

def first_billable_usage_hour
  @first_billable_usage_hour
end

#last_billable_usage_hourObject

The last billable hour for the org.



34
35
36
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_body.rb', line 34

def last_billable_usage_hour
  @last_billable_usage_hour
end

#org_billable_usageObject

The number of units used within the billable timeframe.



37
38
39
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_body.rb', line 37

def org_billable_usage
  @org_billable_usage
end

#percentage_in_accountObject

The percentage of account usage the org represents.



40
41
42
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_body.rb', line 40

def 
  @percentage_in_account
end

#usage_unitObject

Units pertaining to the usage.



43
44
45
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_body.rb', line 43

def usage_unit
  @usage_unit
end