Class: DatadogAPIClient::V2::ApplicationSecurityWafCustomRuleConditionParametersType

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

Overview

The type of the value to compare against. Only used with the equals and !equals operator.

Constant Summary collapse

BOOLEAN =
"boolean".freeze
SIGNED =
"signed".freeze
UNSIGNED =
"unsigned".freeze
FLOAT =
"float".freeze
STRING =
"string".freeze

Method Summary

Methods included from BaseEnumModel

included