Sha256: 37146bb4ce9d6c07777c59ea9b869f828cc19c37ce45e6ac3a1bc48d50f8de25
Contents?: true
Size: 1.02 KB
Versions: 7
Compression:
Stored size: 1.02 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** | **Integer** | 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
7 entries across 7 versions & 1 rubygems