Class: DatadogAPIClient::V2::State

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

Overview

The state of the rule evaluation.

Constant Summary collapse

PASS =
"pass".freeze
FAIL =
"fail".freeze
SKIP =
"skip".freeze

Method Summary

Methods included from BaseEnumModel

included