Class: DatadogAPIClient::V1::LogsArrayProcessorOperationAppend

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_sourceObject

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

#sourceObject

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

#targetObject

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

#typeObject

Operation type.



34
35
36
# File 'lib/datadog_api_client/v1/models/logs_array_processor_operation_append.rb', line 34

def type
  @type
end