Sha256: c0f2c1724b4500fa2d60ac32299f3dd0689c1128c9316e96a8dccc527a872b6b
Contents?: true
Size: 1.76 KB
Versions: 2
Compression:
Stored size: 1.76 KB
Contents
# DatadogAPIClient::V1::UsageBillableSummaryHour ## Properties | Name | Type | Description | Notes | | ------------------ | ----------------------------------------------------------- | --------------------------------------------- | ---------- | | **billing_plan** | **String** | The billing plan. | [optional] | | **end_date** | **Time** | Shows the last date of usage. | [optional] | | **num_orgs** | **Integer** | The number of organizations. | [optional] | | **org_name** | **String** | The organization name. | [optional] | | **public_id** | **String** | The organization public ID. | [optional] | | **ratio_in_month** | **Float** | Shows usage aggregation for a billing period. | [optional] | | **start_date** | **Time** | Shows the first date of usage. | [optional] | | **usage** | [**UsageBillableSummaryKeys**](UsageBillableSummaryKeys.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageBillableSummaryHour.new( billing_plan: null, end_date: null, num_orgs: null, org_name: null, public_id: null, ratio_in_month: null, start_date: null, usage: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageBillableSummaryHour.md |
datadog_api_client-1.5.0 | docs/v1/UsageBillableSummaryHour.md |