Class: DatadogAPIClient::V2::RUMApplicationListAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RUMApplicationListAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_application_list_attributes.rb
Overview
RUM application list attributes.
Instance Attribute Summary collapse
-
#application_id ⇒ Object
readonly
ID 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.
-
#hash ⇒ Object
writeonly
Hash of the RUM application.
-
#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
#application_id ⇒ Object
ID of the RUM application.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 29 def application_id @application_id end |
#created_at ⇒ Object
Timestamp in ms of the creation date.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 32 def created_at @created_at end |
#created_by_handle ⇒ Object
Handle of the creator user.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 35 def created_by_handle @created_by_handle end |
#hash=(value) ⇒ Object
Hash of the RUM application. Optional.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 38 def hash=(value) @hash = value end |
#is_active ⇒ Object
Indicates if the RUM application is active.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 41 def is_active @is_active end |
#name ⇒ Object
Name of the RUM application.
44 45 46 |
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 44 def name @name end |
#org_id ⇒ Object
Org ID of the RUM application.
47 48 49 |
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 47 def org_id @org_id end |
#type ⇒ Object
Type of the RUM application. Supported values are browser, ios, android, react-native, flutter.
50 51 52 |
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 50 def type @type end |
#updated_at ⇒ Object
Timestamp in ms of the last update date.
53 54 55 |
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 53 def updated_at @updated_at end |
#updated_by_handle ⇒ Object
Handle of the updater user.
56 57 58 |
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 56 def updated_by_handle @updated_by_handle end |