Class: DatadogAPIClient::V2::ObservabilityPipelineSourceValidTokenFieldToAdd

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

Overview

An optional metadata field that is attached to every event authenticated by the associated token. Both key and value must match ^[A-Za-z0-9_]+$.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



31
32
33
# File 'lib/datadog_api_client/v2/models/observability_pipeline_source_valid_token_field_to_add.rb', line 31

def additional_properties
  @additional_properties
end

#keyObject

The metadata field name to add to incoming events.



26
27
28
# File 'lib/datadog_api_client/v2/models/observability_pipeline_source_valid_token_field_to_add.rb', line 26

def key
  @key
end

#valueObject

The metadata field value to add to incoming events.



29
30
31
# File 'lib/datadog_api_client/v2/models/observability_pipeline_source_valid_token_field_to_add.rb', line 29

def value
  @value
end