Class: DatadogAPIClient::V2::RUMApplicationAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RUMApplicationAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_application_attributes.rb
Overview
RUM application attributes.
Instance Attribute Summary collapse
-
#_hash ⇒ Object
Hash of the RUM application.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#application_id ⇒ Object
readonly
ID of the RUM application.
-
#client_token ⇒ Object
readonly
Client token of the RUM application.
-
#created_at ⇒ Object
readonly
Timestamp in ms of the creation date.
-
#created_by_handle ⇒ Object
readonly
Handle of the creator user.
-
#is_active ⇒ Object
Indicates if the RUM application is active.
-
#name ⇒ Object
readonly
Name of the RUM application.
-
#org_id ⇒ Object
readonly
Org ID of the RUM application.
-
#type ⇒ Object
readonly
Type of the RUM application.
-
#updated_at ⇒ Object
readonly
Timestamp in ms of the last update date.
-
#updated_by_handle ⇒ Object
readonly
Handle of the updater user.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_hash ⇒ Object
Hash of the RUM application. Optional.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/rum_application_attributes.rb', line 37 def _hash @_hash end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
57 58 59 |
# File 'lib/datadog_api_client/v2/models/rum_application_attributes.rb', line 57 def additional_properties @additional_properties end |
#application_id ⇒ Object
ID of the RUM application.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_application_attributes.rb', line 25 def application_id @application_id end |
#client_token ⇒ Object
Client token of the RUM application.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/rum_application_attributes.rb', line 28 def client_token @client_token end |
#created_at ⇒ Object
Timestamp in ms of the creation date.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/rum_application_attributes.rb', line 31 def created_at @created_at end |
#created_by_handle ⇒ Object
Handle of the creator user.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/rum_application_attributes.rb', line 34 def created_by_handle @created_by_handle end |
#is_active ⇒ Object
Indicates if the RUM application is active.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/rum_application_attributes.rb', line 40 def is_active @is_active end |
#name ⇒ Object
Name of the RUM application.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/rum_application_attributes.rb', line 43 def name @name end |
#org_id ⇒ Object
Org ID of the RUM application.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/rum_application_attributes.rb', line 46 def org_id @org_id end |
#type ⇒ Object
Type of the RUM application. Supported values are ‘browser`, `ios`, `android`, `react-native`, `flutter`, `roku`, `electron`, `unity`, `kotlin-multiplatform`.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/rum_application_attributes.rb', line 49 def type @type end |
#updated_at ⇒ Object
Timestamp in ms of the last update date.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/rum_application_attributes.rb', line 52 def updated_at @updated_at end |
#updated_by_handle ⇒ Object
Handle of the updater user.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/rum_application_attributes.rb', line 55 def updated_by_handle @updated_by_handle end |