Class: DatadogAPIClient::V2::IncidentTimelineCellMarkdownCreateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentTimelineCellMarkdownCreateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/incident_timeline_cell_markdown_create_attributes.rb
Overview
Timeline cell data for Markdown timeline cells for a create request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cell_type ⇒ Object
readonly
Type of the Markdown timeline cell.
-
#content ⇒ Object
readonly
The Markdown timeline cell contents.
-
#important ⇒ Object
A flag indicating whether the timeline cell is important and should be highlighted.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/incident_timeline_cell_markdown_create_attributes.rb', line 33 def additional_properties @additional_properties end |
#cell_type ⇒ Object
Type of the Markdown timeline cell.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/incident_timeline_cell_markdown_create_attributes.rb', line 25 def cell_type @cell_type end |
#content ⇒ Object
The Markdown timeline cell contents.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/incident_timeline_cell_markdown_create_attributes.rb', line 28 def content @content end |
#important ⇒ Object
A flag indicating whether the timeline cell is important and should be highlighted.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/incident_timeline_cell_markdown_create_attributes.rb', line 31 def important @important end |