Class: DatadogAPIClient::V2::SnapshotUpdateRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SnapshotUpdateRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/snapshot_update_request_data_attributes.rb
Overview
Attributes for updating a heatmap snapshot, including event, session, and view context.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#event_id ⇒ Object
readonly
Unique identifier of the RUM event associated with the snapshot.
-
#is_device_type_selected_by_user ⇒ Object
readonly
Indicates whether the device type was explicitly selected by the user rather than auto-detected.
-
#session_id ⇒ Object
Unique identifier of the RUM session associated with the snapshot.
-
#start ⇒ Object
readonly
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.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/snapshot_update_request_data_attributes.rb', line 39 def additional_properties @additional_properties end |
#event_id ⇒ Object
Unique identifier of the RUM event associated with the snapshot.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/snapshot_update_request_data_attributes.rb', line 25 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.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/snapshot_update_request_data_attributes.rb', line 28 def is_device_type_selected_by_user @is_device_type_selected_by_user end |
#session_id ⇒ Object
Unique identifier of the RUM session associated with the snapshot.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/snapshot_update_request_data_attributes.rb', line 31 def session_id @session_id end |
#start ⇒ Object
Offset in milliseconds from the start of the session at which the snapshot was captured.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/snapshot_update_request_data_attributes.rb', line 34 def start @start end |
#view_id ⇒ Object
Unique identifier of the RUM view associated with the snapshot.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/snapshot_update_request_data_attributes.rb', line 37 def view_id @view_id end |