Class: DatadogAPIClient::V1::TableWidgetTextFormatMatch
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::TableWidgetTextFormatMatch
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/table_widget_text_format_match.rb
Overview
Match rule for the table widget text format.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#type ⇒ Object
readonly
Match or compare option.
-
#value ⇒ Object
readonly
Table Widget Match String.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/table_widget_text_format_match.rb', line 30 def additional_properties @additional_properties end |
#type ⇒ Object
Match or compare option.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/table_widget_text_format_match.rb', line 25 def type @type end |
#value ⇒ Object
Table Widget Match String.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/table_widget_text_format_match.rb', line 28 def value @value end |