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

Version Path
datadog_api_client-1.4.0 docs/v2/IncidentTimelineCellMarkdownCreateAttributes.md
datadog_api_client-1.3.0 docs/v2/IncidentTimelineCellMarkdownCreateAttributes.md
datadog_api_client-1.2.0 docs/v2/IncidentTimelineCellMarkdownCreateAttributes.md
datadog_api_client-1.1.0 docs/v2/IncidentTimelineCellMarkdownCreateAttributes.md
datadog_api_client-1.0.0 docs/v2/IncidentTimelineCellMarkdownCreateAttributes.md
datadog_api_client-1.0.0.beta.3 docs/v2/IncidentTimelineCellMarkdownCreateAttributes.md
datadog_api_client-1.0.0.beta.2 docs/v2/IncidentTimelineCellMarkdownCreateAttributes.md