Class: DatadogAPIClient::V2::UpdateFlakyTestsRequestTestNewState

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

Overview

The new state to set for the flaky test.

Constant Summary collapse

ACTIVE =
"active".freeze
QUARANTINED =
"quarantined".freeze
DISABLED =
"disabled".freeze
FIXED =
"fixed".freeze

Method Summary

Methods included from BaseEnumModel

included