Class: DatadogAPIClient::V2::RUMApplicationCreateAttributes

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

Overview

RUM application creation attributes.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#nameObject

Name of the RUM application.



29
30
31
# File 'lib/datadog_api_client/v2/models/rum_application_create_attributes.rb', line 29

def name
  @name
end

#typeObject

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_create_attributes.rb', line 32

def type
  @type
end