Reference documentation and code samples for the Google Cloud Chronicle V1 Client class Markdown.
Markdown config for a dashboard tile.
Generated from protobuf message google.cloud.chronicle.v1.Markdown
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ content |
string
Required. Markdown content. |
↳ properties |
Markdown\MarkdownProperties
Optional. Properties for the markdown. |
getContent
Required. Markdown content.
| Returns | |
|---|---|
| Type | Description |
string |
|
setContent
Required. Markdown content.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProperties
Optional. Properties for the markdown.
| Returns | |
|---|---|
| Type | Description |
Markdown\MarkdownProperties|null |
|
hasProperties
clearProperties
setProperties
Optional. Properties for the markdown.
| Parameter | |
|---|---|
| Name | Description |
var |
Markdown\MarkdownProperties
|
| Returns | |
|---|---|
| Type | Description |
$this |
|