Sha256: bcb5950465692a31dd6fa3a6018aa73f0b475b7944d2826af1b7992cdd480d40

Contents?: true

Size: 1.52 KB

Versions: 2

Compression:

Stored size: 1.52 KB

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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v2/IncidentTimelineCellMarkdownCreateAttributes.md
datadog_api_client-1.5.0 docs/v2/IncidentTimelineCellMarkdownCreateAttributes.md