Class: DatadogAPIClient::V2::RUMOperationResponseAttributes

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

Overview

Attributes of a RUM operation response.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



63
64
65
# File 'lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb', line 63

def additional_properties
  @additional_properties
end

#application_idObject

The RUM application ID the operation belongs to.



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

def application_id
  @application_id
end

#categoryObject

The category of the RUM operation.



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

def category
  @category
end

#created_atObject

The timestamp when the RUM operation was created.



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

def created_at
  @created_at
end

#created_byObject

A Datadog user referenced by a RUM operation.



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

def created_by
  @created_by
end

#descriptionObject

A description of the RUM operation.



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

def description
  @description
end

#display_nameObject

A human-readable display name for the RUM operation.



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

def display_name
  @display_name
end

#feature_idsObject

The list of feature IDs associated with the RUM operation.



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

def feature_ids
  @feature_ids
end

#journey_rumObject

The definition of a RUM operation's journey, used to detect it from RUM events.



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

def journey_rum
  @journey_rum
end

#nameObject

The unique name of the RUM operation. Must not contain spaces.



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

def name
  @name
end

#org_idObject

The ID of the organization the RUM operation belongs to.



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

def org_id
  @org_id
end

#tagsObject

A list of tags associated with the RUM operation.



55
56
57
# File 'lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb', line 55

def tags
  @tags
end

#updated_atObject

The timestamp when the RUM operation was last updated.



58
59
60
# File 'lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb', line 58

def updated_at
  @updated_at
end

#updated_byObject

A Datadog user referenced by a RUM operation.



61
62
63
# File 'lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb', line 61

def updated_by
  @updated_by
end