Class: DatadogAPIClient::V2::ContentEncoding

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

Overview

HTTP header used to compress the media-type.

Constant Summary collapse

IDENTITY =
"identity".freeze
GZIP =
"gzip".freeze
DEFLATE =
"deflate".freeze

Method Summary

Methods included from BaseEnumModel

included