Class: Google::Cloud::Chronicle::V1::Markdown
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::Markdown
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb
Overview
Markdown config for a dashboard tile.
Defined Under Namespace
Classes: MarkdownProperties
Instance Attribute Summary collapse
-
#content ⇒ ::String
Required.
-
#properties ⇒ ::Google::Cloud::Chronicle::V1::Markdown::MarkdownProperties
Optional.
Instance Attribute Details
#content ⇒ ::String
Returns Required. Markdown content.
678 679 680 681 682 683 684 685 686 687 688 689 690 |
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 678 class Markdown include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Properties for the markdown. # @!attribute [rw] background_color # @return [::String] # Optional. Background color of the markdown. class MarkdownProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#properties ⇒ ::Google::Cloud::Chronicle::V1::Markdown::MarkdownProperties
Returns Optional. Properties for the markdown.
678 679 680 681 682 683 684 685 686 687 688 689 690 |
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 678 class Markdown include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Properties for the markdown. # @!attribute [rw] background_color # @return [::String] # Optional. Background color of the markdown. class MarkdownProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |