Class: DatadogAPIClient::V2::RUMApplicationListAttributes

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

Overview

RUM application list attributes.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#application_idObject

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_atObject

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_handleObject

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_activeObject

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

#nameObject

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_idObject

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

#typeObject

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_atObject

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_handleObject

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