Class: DatadogAPIClient::V1::UsageRumSessionsHour

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb

Overview

Number of RUM Sessions recorded for each hour for a given organization.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#hourObject

The hour for the usage.



29
30
31
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 29

def hour
  @hour
end

#org_nameObject

The organization name.



32
33
34
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 32

def org_name
  @org_name
end

#public_idObject

The organization public ID.



35
36
37
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 35

def public_id
  @public_id
end

#replay_session_countObject

Contains the number of RUM Replay Sessions (data available beginning November 1, 2021).



38
39
40
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 38

def replay_session_count
  @replay_session_count
end

#session_countObject

Contains the number of browser RUM Lite Sessions.



41
42
43
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 41

def session_count
  @session_count
end

#session_count_androidObject

Contains the number of mobile RUM Sessions on Android (data available beginning December 1, 2020).



44
45
46
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 44

def session_count_android
  @session_count_android
end

#session_count_iosObject

Contains the number of mobile RUM Sessions on iOS (data available beginning December 1, 2020).



47
48
49
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 47

def session_count_ios
  @session_count_ios
end

#session_count_reactnativeObject

Contains the number of mobile RUM Sessions on React Native (data available beginning May 1, 2022).



50
51
52
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 50

def session_count_reactnative
  @session_count_reactnative
end