Class: DatadogAPIClient::V2::ObservabilityPipelineSocketDestinationFramingBytes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineSocketDestinationFramingBytes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_socket_destination_framing_bytes.rb
Overview
Event data is not delimited at all.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#method ⇒ Object
readonly
The definition of
ObservabilityPipelineSocketDestinationFramingBytesMethod
object.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_socket_destination_framing_bytes.rb', line 27 def additional_properties @additional_properties end |
#method ⇒ Object
The definition of ObservabilityPipelineSocketDestinationFramingBytesMethod
object.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_socket_destination_framing_bytes.rb', line 25 def method @method end |