Class: DatadogAPIClient::V1::SyntheticsTestOptionsHTTPVersion

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

Overview

HTTP version to use for a Synthetic test.

Constant Summary collapse

HTTP1 =
"http1".freeze
HTTP2 =
"http2".freeze
ANY =
"any".freeze

Method Summary

Methods included from BaseEnumModel

included