Sha256: ccfc9b861f1782f51e7ab3d23a61b80967e78394e8d693047e92c0457c0e6402
Contents?: true
Size: 794 Bytes
Versions: 7
Compression:
Stored size: 794 Bytes
Contents
# DatadogAPIClient::V2::IncidentTimelineCellMarkdownCreateAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cell_type** | [**IncidentTimelineCellMarkdownContentType**](IncidentTimelineCellMarkdownContentType.md) | | [default to 'markdown'] | | **content** | [**IncidentTimelineCellMarkdownCreateAttributesContent**](IncidentTimelineCellMarkdownCreateAttributesContent.md) | | | | **important** | **Boolean** | A flag indicating whether the timeline cell is important and should be highlighted. | [optional][default to false] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::IncidentTimelineCellMarkdownCreateAttributes.new( cell_type: null, content: null, important: false ) ```
Version data entries
7 entries across 7 versions & 1 rubygems