Class: DatadogAPIClient::V1::TableWidgetTextFormatReplaceAll
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::TableWidgetTextFormatReplaceAll
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/table_widget_text_format_replace_all.rb
Overview
Match All definition.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#type ⇒ Object
readonly
Table widget text format replace all type.
-
#with ⇒ Object
readonly
Replace All type.
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_replace_all.rb', line 30 def additional_properties @additional_properties end |
#type ⇒ Object
Table widget text format replace all type.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/table_widget_text_format_replace_all.rb', line 25 def type @type end |
#with ⇒ Object
Replace All type.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/table_widget_text_format_replace_all.rb', line 28 def with @with end |