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

#account_nameObject

The account name.



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

def 
  @account_name
end

#account_public_idObject

The account public ID.



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

def 
  @account_public_id
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



57
58
59
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 57

def additional_properties
  @additional_properties
end

#billing_planObject

The billing plan.



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

def billing_plan
  @billing_plan
end

#end_dateObject

Shows the last date of usage.



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

def end_date
  @end_date
end

#num_orgsObject

The number of organizations.



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

def num_orgs
  @num_orgs
end

#org_nameObject

The organization name.



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

def org_name
  @org_name
end

#public_idObject

The organization public ID.



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

def public_id
  @public_id
end

#ratio_in_monthObject

Shows usage aggregation for a billing period.



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

def ratio_in_month
  @ratio_in_month
end

#regionObject

The region of the organization.



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

def region
  @region
end

#start_dateObject

Shows the first date of usage.



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

def start_date
  @start_date
end

#usageObject

Response with aggregated usage types.



55
56
57
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 55

def usage
  @usage
end