Class: DatadogAPIClient::V2::PlaylistDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PlaylistDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/playlist_data_attributes.rb
Overview
Attributes of a RUM replay playlist, including its name, description, session count, and audit timestamps.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
Timestamp when the playlist was created.
-
#created_by ⇒ Object
Information about the user who created the playlist.
-
#description ⇒ Object
Optional human-readable description of the playlist's purpose or contents.
-
#name ⇒ Object
readonly
Human-readable name of the playlist.
-
#session_count ⇒ Object
Number of replay sessions in the playlist.
-
#updated_at ⇒ Object
Timestamp when the playlist was last updated.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/playlist_data_attributes.rb', line 42 def additional_properties @additional_properties end |
#created_at ⇒ Object
Timestamp when the playlist was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/playlist_data_attributes.rb', line 25 def created_at @created_at end |
#created_by ⇒ Object
Information about the user who created the playlist.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/playlist_data_attributes.rb', line 28 def created_by @created_by end |
#description ⇒ Object
Optional human-readable description of the playlist's purpose or contents.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/playlist_data_attributes.rb', line 31 def description @description end |
#name ⇒ Object
Human-readable name of the playlist.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/playlist_data_attributes.rb', line 34 def name @name end |
#session_count ⇒ Object
Number of replay sessions in the playlist.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/playlist_data_attributes.rb', line 37 def session_count @session_count end |
#updated_at ⇒ Object
Timestamp when the playlist was last updated.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/playlist_data_attributes.rb', line 40 def updated_at @updated_at end |