Class: DatadogAPIClient::V1::TableWidgetTextFormatRule

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/table_widget_text_format_rule.rb

Overview

Text format rules.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_colorObject

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_colorObject

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

#matchObject

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

#paletteObject

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

#replaceObject

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