docs/v2/IncidentTimelineCellMarkdownCreateAttributesContent.md in datadog_api_client-1.4.0 vs docs/v2/IncidentTimelineCellMarkdownCreateAttributesContent.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,11 +1,11 @@
# DatadogAPIClient::V2::IncidentTimelineCellMarkdownCreateAttributesContent
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
+| Name | Type | Description | Notes |
+| ----------- | ---------- | --------------------------------- | ---------- |
| **content** | **String** | The Markdown content of the cell. | [optional] |
## Example
```ruby
@@ -13,6 +13,5 @@
instance = DatadogAPIClient::V2::IncidentTimelineCellMarkdownCreateAttributesContent.new(
content: An example timeline cell message.
)
```
-