Sha256: 1b0bbc982d55c927c691fd106e5e0e5529cda0f12d3712fec3e971bef69f1d71
Contents?: true
Size: 1.72 KB
Versions: 1
Compression:
Stored size: 1.72 KB
Contents
# DatadogAPIClient::V1::UsageRumSessionsHour ## Properties | Name | Type | Description | Notes | | ------------------------- | ----------- | -------------------------------------------------------------------------------------------------- | ---------- | | **hour** | **Time** | The hour for the usage. | [optional] | | **org_name** | **String** | The organization name. | [optional] | | **public_id** | **String** | The organization public ID. | [optional] | | **replay_session_count** | **Integer** | Contains the number of RUM Replay Sessions (data available beginning November 1, 2021). | [optional] | | **session_count** | **Integer** | Contains the number of browser RUM Lite Sessions. | [optional] | | **session_count_android** | **Integer** | Contains the number of mobile RUM Sessions on Android (data available beginning December 1, 2020). | [optional] | | **session_count_ios** | **Integer** | Contains the number of mobile RUM Sessions on iOS (data available beginning December 1, 2020). | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageRumSessionsHour.new( hour: null, org_name: null, public_id: null, replay_session_count: null, session_count: null, session_count_android: null, session_count_ios: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageRumSessionsHour.md |