Class: DatadogAPIClient::V2::IncidentTimelineCellMarkdownCreateAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_typeObject

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

#contentObject

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

#importantObject

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