Class: DatadogAPIClient::V1::LogsArrayProcessorOperationAppend
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::LogsArrayProcessorOperationAppend
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/logs_array_processor_operation_append.rb
Overview
Operation that appends a value to a target array attribute.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#preserve_source ⇒ Object
Remove or preserve the remapped source element.
-
#source ⇒ Object
readonly
Attribute path containing the value to append.
-
#target ⇒ Object
readonly
Attribute path of the array to append to.
-
#type ⇒ Object
readonly
Operation type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/logs_array_processor_operation_append.rb', line 36 def additional_properties @additional_properties end |
#preserve_source ⇒ Object
Remove or preserve the remapped source element.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/logs_array_processor_operation_append.rb', line 25 def preserve_source @preserve_source end |
#source ⇒ Object
Attribute path containing the value to append.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/logs_array_processor_operation_append.rb', line 28 def source @source end |
#target ⇒ Object
Attribute path of the array to append to.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/logs_array_processor_operation_append.rb', line 31 def target @target end |
#type ⇒ Object
Operation type.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/logs_array_processor_operation_append.rb', line 34 def type @type end |