Class: DatadogAPIClient::V1::TableWidgetTextFormatRule
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::TableWidgetTextFormatRule
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/table_widget_text_format_rule.rb
Overview
Text format rules.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#custom_bg_color ⇒ Object
Hex representation of the custom background color.
-
#custom_fg_color ⇒ Object
Hex representation of the custom text color.
-
#match ⇒ Object
readonly
Match rule for the table widget text format.
-
#palette ⇒ Object
Color-on-color palette to highlight replaced text.
-
#replace ⇒ Object
Replace rule for the table widget text format.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v1/models/table_widget_text_format_rule.rb', line 39 def additional_properties @additional_properties end |
#custom_bg_color ⇒ Object
Hex representation of the custom background color. Used with custom background palette option.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/table_widget_text_format_rule.rb', line 25 def custom_bg_color @custom_bg_color end |
#custom_fg_color ⇒ Object
Hex representation of the custom text color. Used with custom text palette option.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/table_widget_text_format_rule.rb', line 28 def custom_fg_color @custom_fg_color end |
#match ⇒ Object
Match rule for the table widget text format.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/table_widget_text_format_rule.rb', line 31 def match @match end |
#palette ⇒ Object
Color-on-color palette to highlight replaced text.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/table_widget_text_format_rule.rb', line 34 def palette @palette end |
#replace ⇒ Object
Replace rule for the table widget text format.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/table_widget_text_format_rule.rb', line 37 def replace @replace end |