public sealed class Markdown : IMessage<Markdown>, IEquatable<Markdown>, IDeepCloneable<Markdown>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class Markdown.
Markdown config for a dashboard tile.
Namespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
Markdown()
public Markdown()Markdown(Markdown)
public Markdown(Markdown other)| Parameter | |
|---|---|
| Name | Description |
other |
Markdown |
Properties
Content
public string Content { get; set; }Required. Markdown content.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Properties
public Markdown.Types.MarkdownProperties Properties { get; set; }Optional. Properties for the markdown.
| Property Value | |
|---|---|
| Type | Description |
MarkdownTypesMarkdownProperties |
|