Class: DatadogAPIClient::V2::SyntheticsTestResultStatus

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

Overview

Status of a Synthetic test result.

Constant Summary collapse

PASSED =
"passed".freeze
FAILED =
"failed".freeze
NO_DATA =
"no_data".freeze

Method Summary

Methods included from BaseEnumModel

included