Class: DatadogAPIClient::V2::RUMApplicationUpdateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RUMApplicationUpdateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_application_update_attributes.rb
Overview
RUM application update attributes.
Instance Attribute Summary collapse
-
#name ⇒ Object
Name of the RUM application.
-
#type ⇒ Object
Type of the RUM application.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#name ⇒ Object
Name of the RUM application.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/rum_application_update_attributes.rb', line 29 def name @name end |
#type ⇒ Object
Type of the RUM application. Supported values are browser, ios, android, react-native, flutter.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/rum_application_update_attributes.rb', line 32 def type @type end |