Class: DatadogAPIClient::V2::TimelineCellAuthorUser
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TimelineCellAuthorUser
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/timeline_cell_author_user.rb
Overview
A user who authored a timeline cell.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#content ⇒ Object
Profile information for the user who authored the timeline cell.
-
#type ⇒ Object
The type of timeline cell author.
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/timeline_cell_author_user.rb', line 30 def additional_properties @additional_properties end |
#content ⇒ Object
Profile information for the user who authored the timeline cell.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/timeline_cell_author_user.rb', line 25 def content @content end |
#type ⇒ Object
The type of timeline cell author. Currently only USER is supported.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/timeline_cell_author_user.rb', line 28 def type @type end |