Class: DatadogAPIClient::V1::SyntheticsTestRequestBodyType

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

Overview

Type of the request body.

Constant Summary collapse

TEXT_PLAIN =
"text/plain".freeze
APPLICATION_JSON =
"application/json".freeze
TEXT_XML =
"text/xml".freeze
TEXT_HTML =
"text/html".freeze
APPLICATION_X_WWW_FORM_URLENCODED =
"application/x-www-form-urlencoded".freeze
GRAPHQL =
"graphql".freeze
APPLICATION_OCTET_STREAM =
"application/octet-stream".freeze
MULTIPART_FORM_DATA =
"multipart/form-data".freeze

Method Summary

Methods included from BaseEnumModel

included