Class: DatadogAPIClient::V1::LogsDecoderProcessorBinaryToTextEncoding

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

Overview

The encoding used to represent the binary data.

Constant Summary collapse

BASE64 =
"base64".freeze
BASE16 =
"base16".freeze

Method Summary

Methods included from BaseEnumModel

included