Sha256: 96bf9f2588f99a145c3ab0871f6829317e2e6c53f2bce35161b03da4a8c01782
Contents?: true
Size: 521 Bytes
Versions: 2
Compression:
Stored size: 521 Bytes
Contents
# DatadogAPIClient::V2::IncidentTimelineCellMarkdownCreateAttributesContent ## Properties | Name | Type | Description | Notes | | ----------- | ---------- | --------------------------------- | ---------- | | **content** | **String** | The Markdown content of the cell. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::IncidentTimelineCellMarkdownCreateAttributesContent.new( content: An example timeline cell message. ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/IncidentTimelineCellMarkdownCreateAttributesContent.md |
datadog_api_client-1.5.0 | docs/v2/IncidentTimelineCellMarkdownCreateAttributesContent.md |