Class: DatadogAPIClient::V2::SyntheticsTestResultRunType

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

Overview

The type of run for a Synthetic test result.

Constant Summary collapse

SCHEDULED =
"scheduled".freeze
FAST =
"fast".freeze
CI =
"ci".freeze
TRIGGERED =
"triggered".freeze

Method Summary

Methods included from BaseEnumModel

included