Class: DatadogAPIClient::V1::UsageBillableSummaryHour

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

Overview

Response with monthly summary of data billed by Datadog.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#billing_planObject

The billing plan.



29
30
31
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 29

def billing_plan
  @billing_plan
end

#end_dateObject

Shows the last date of usage.



32
33
34
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 32

def end_date
  @end_date
end

#num_orgsObject

The number of organizations.



35
36
37
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 35

def num_orgs
  @num_orgs
end

#org_nameObject

The organization name.



38
39
40
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 38

def org_name
  @org_name
end

#public_idObject

The organization public ID.



41
42
43
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 41

def public_id
  @public_id
end

#ratio_in_monthObject

Shows usage aggregation for a billing period.



44
45
46
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 44

def ratio_in_month
  @ratio_in_month
end

#regionObject

The region of the organization.



47
48
49
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 47

def region
  @region
end

#start_dateObject

Shows the first date of usage.



50
51
52
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 50

def start_date
  @start_date
end

#usageObject

Response with aggregated usage types.



53
54
55
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 53

def usage
  @usage
end