Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::Markdown.
Markdown config for a dashboard tile.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#content
def content() -> ::String
Returns
- (::String) — Required. Markdown content.
#content=
def content=(value) -> ::String
Parameter
- value (::String) — Required. Markdown content.
Returns
- (::String) — Required. Markdown content.
#properties
def properties() -> ::Google::Cloud::Chronicle::V1::Markdown::MarkdownProperties
Returns
- (::Google::Cloud::Chronicle::V1::Markdown::MarkdownProperties) — Optional. Properties for the markdown.
#properties=
def properties=(value) -> ::Google::Cloud::Chronicle::V1::Markdown::MarkdownProperties
Parameter
- value (::Google::Cloud::Chronicle::V1::Markdown::MarkdownProperties) — Optional. Properties for the markdown.
Returns
- (::Google::Cloud::Chronicle::V1::Markdown::MarkdownProperties) — Optional. Properties for the markdown.