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

#_hashObject

Hash of the RUM application. Optional.



34
35
36
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 34

def _hash
  @_hash
end

#application_idObject

ID of the RUM application.



25
26
27
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 25

def application_id
  @application_id
end

#created_atObject

Timestamp in ms of the creation date.



28
29
30
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 28

def created_at
  @created_at
end

#created_by_handleObject

Handle of the creator user.



31
32
33
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 31

def created_by_handle
  @created_by_handle
end

#is_activeObject

Indicates if the RUM application is active.



37
38
39
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 37

def is_active
  @is_active
end

#nameObject

Name of the RUM application.



40
41
42
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 40

def name
  @name
end

#org_idObject

Org ID of the RUM application.



43
44
45
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 43

def org_id
  @org_id
end

#typeObject

Type of the RUM application. Supported values are browser, ios, android, react-native, flutter.



46
47
48
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 46

def type
  @type
end

#updated_atObject

Timestamp in ms of the last update date.



49
50
51
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 49

def updated_at
  @updated_at
end

#updated_by_handleObject

Handle of the updater user.



52
53
54
# File 'lib/datadog_api_client/v2/models/rum_application_list_attributes.rb', line 52

def updated_by_handle
  @updated_by_handle
end