Class: DatadogAPIClient::V1::SyntheticsTestCallType

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

Overview

The type of call to perform. Used by gRPC steps (‘healthcheck`, `unary`) and MCP steps (`init`, `tool_list`, `tool_call`). Valid values depend on the parent step’s ‘subtype`.

Constant Summary collapse

HEALTHCHECK =
"healthcheck".freeze
UNARY =
"unary".freeze
INIT =
"init".freeze
TOOL_LIST =
"tool_list".freeze
TOOL_CALL =
"tool_call".freeze

Method Summary

Methods included from BaseEnumModel

included