Class: DatadogAPIClient::V2::PlaylistsSessionDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PlaylistsSessionDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/playlists_session_data_attributes.rb
Overview
Attributes of a session within a playlist, including the session event data and its replay track.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#session_event ⇒ Object
Raw event data associated with the replay session.
-
#track ⇒ Object
Replay track identifier indicating which recording track the session belongs to.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/playlists_session_data_attributes.rb', line 30 def additional_properties @additional_properties end |
#session_event ⇒ Object
Raw event data associated with the replay session.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/playlists_session_data_attributes.rb', line 25 def session_event @session_event end |
#track ⇒ Object
Replay track identifier indicating which recording track the session belongs to.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/playlists_session_data_attributes.rb', line 28 def track @track end |