Class: DatadogAPIClient::V2::PlaylistDataAttributesCreatedBy
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PlaylistDataAttributesCreatedBy
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/playlist_data_attributes_created_by.rb
Overview
Information about the user who created the playlist.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#handle ⇒ Object
readonly
Email handle of the user who created the playlist.
-
#icon ⇒ Object
URL or identifier of the user's avatar icon.
-
#id ⇒ Object
readonly
Unique identifier of the user who created the playlist.
-
#name ⇒ Object
Display name of the user who created the playlist.
-
#uuid ⇒ Object
readonly
UUID of the user who created the playlist.
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/playlist_data_attributes_created_by.rb', line 39 def additional_properties @additional_properties end |
#handle ⇒ Object
Email handle of the user who created the playlist.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/playlist_data_attributes_created_by.rb', line 25 def handle @handle end |
#icon ⇒ Object
URL or identifier of the user's avatar icon.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/playlist_data_attributes_created_by.rb', line 28 def icon @icon end |
#id ⇒ Object
Unique identifier of the user who created the playlist.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/playlist_data_attributes_created_by.rb', line 31 def id @id end |
#name ⇒ Object
Display name of the user who created the playlist.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/playlist_data_attributes_created_by.rb', line 34 def name @name end |
#uuid ⇒ Object
UUID of the user who created the playlist.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/playlist_data_attributes_created_by.rb', line 37 def uuid @uuid end |