Class: DatadogAPIClient::V2::ObservabilityPipelineSumoLogicDestinationEncoding

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

Overview

The output encoding format.

Constant Summary collapse

JSON =
"json".freeze
RAW_MESSAGE =
"raw_message".freeze
LOGFMT =
"logfmt".freeze

Method Summary

Methods included from BaseEnumModel

included