Class: DatadogAPIClient::V2::SnapshotDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SnapshotDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/snapshot_data_attributes.rb
Overview
Attributes of a heatmap snapshot, including view context, device information, and audit metadata.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#application_id ⇒ Object
Unique identifier of the RUM application.
-
#created_at ⇒ Object
Timestamp when the snapshot was created.
-
#created_by ⇒ Object
Display name of the user who created the snapshot.
-
#created_by_handle ⇒ Object
Email handle of the user who created the snapshot.
-
#created_by_user_id ⇒ Object
Numeric identifier of the user who created the snapshot.
-
#device_type ⇒ Object
Device type used when capturing the snapshot (e.g., desktop, mobile, tablet).
-
#event_id ⇒ Object
Unique identifier of the RUM event associated with the snapshot.
-
#is_device_type_selected_by_user ⇒ Object
Indicates whether the device type was explicitly selected by the user rather than auto-detected.
-
#modified_at ⇒ Object
Timestamp when the snapshot was last modified.
-
#org_id ⇒ Object
Numeric identifier of the organization that owns the snapshot.
-
#session_id ⇒ Object
Unique identifier of the RUM session associated with the snapshot.
-
#snapshot_name ⇒ Object
Human-readable name for the snapshot.
-
#start ⇒ Object
Offset in milliseconds from the start of the session at which the snapshot was captured.
-
#view_id ⇒ Object
Unique identifier of the RUM view associated with the snapshot.
-
#view_name ⇒ Object
URL path or name of the view where the snapshot was captured.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
69 70 71 |
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 69 def additional_properties @additional_properties end |
#application_id ⇒ Object
Unique identifier of the RUM application.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 25 def application_id @application_id end |
#created_at ⇒ Object
Timestamp when the snapshot was created.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 28 def created_at @created_at end |
#created_by ⇒ Object
Display name of the user who created the snapshot.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 31 def created_by @created_by end |
#created_by_handle ⇒ Object
Email handle of the user who created the snapshot.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 34 def created_by_handle @created_by_handle end |
#created_by_user_id ⇒ Object
Numeric identifier of the user who created the snapshot.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 37 def created_by_user_id @created_by_user_id end |
#device_type ⇒ Object
Device type used when capturing the snapshot (e.g., desktop, mobile, tablet).
40 41 42 |
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 40 def device_type @device_type end |
#event_id ⇒ Object
Unique identifier of the RUM event associated with the snapshot.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 43 def event_id @event_id end |
#is_device_type_selected_by_user ⇒ Object
Indicates whether the device type was explicitly selected by the user rather than auto-detected.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 46 def is_device_type_selected_by_user @is_device_type_selected_by_user end |
#modified_at ⇒ Object
Timestamp when the snapshot was last modified.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 49 def modified_at @modified_at end |
#org_id ⇒ Object
Numeric identifier of the organization that owns the snapshot.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 52 def org_id @org_id end |
#session_id ⇒ Object
Unique identifier of the RUM session associated with the snapshot.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 55 def session_id @session_id end |
#snapshot_name ⇒ Object
Human-readable name for the snapshot.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 58 def snapshot_name @snapshot_name end |
#start ⇒ Object
Offset in milliseconds from the start of the session at which the snapshot was captured.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 61 def start @start end |
#view_id ⇒ Object
Unique identifier of the RUM view associated with the snapshot.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 64 def view_id @view_id end |
#view_name ⇒ Object
URL path or name of the view where the snapshot was captured.
67 68 69 |
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 67 def view_name @view_name end |