Class: DatadogAPIClient::V1::SyntheticsAPITestStepSubtype

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

Overview

The subtype of the Synthetic multi-step API test step.

Constant Summary collapse

HTTP =
"http".freeze
GRPC =
"grpc".freeze
SSL =
"ssl".freeze
DNS =
"dns".freeze
TCP =
"tcp".freeze
UDP =
"udp".freeze
ICMP =
"icmp".freeze
WEBSOCKET =
"websocket".freeze

Method Summary

Methods included from BaseEnumModel

included