Sha256: 0f6abb4451978d8d3220d4d6d4b8e2032b2e6046847539bac17c35e3fbcbd71f
Contents?: true
Size: 996 Bytes
Versions: 1
Compression:
Stored size: 996 Bytes
Contents
# DatadogAPIClient::V1::UsageRumUnitsHour ## Properties | Name | Type | Description | Notes | | --------------------- | ----------- | ---------------------------------------------- | ---------- | | **browser_rum_units** | **Integer** | The number of browser RUM units. | [optional] | | **mobile_rum_units** | **Integer** | The number of mobile RUM units. | [optional] | | **org_name** | **String** | The organization name. | [optional] | | **public_id** | **String** | The organization public ID. | [optional] | | **rum_units** | **Integer** | Total RUM units across mobile and browser RUM. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageRumUnitsHour.new( browser_rum_units: null, mobile_rum_units: null, org_name: null, public_id: null, rum_units: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageRumUnitsHour.md |