Class: DatadogAPIClient::V1::SyntheticsCheckType

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

Overview

Type of assertion to apply in an API test.

Constant Summary collapse

EQUALS =
"equals".freeze
NOT_EQUALS =
"notEquals".freeze
CONTAINS =
"contains".freeze
NOT_CONTAINS =
"notContains".freeze
STARTS_WITH =
"startsWith".freeze
NOT_STARTS_WITH =
"notStartsWith".freeze
GREATER =
"greater".freeze
LOWER =
"lower".freeze
GREATER_EQUALS =
"greaterEquals".freeze
LOWER_EQUALS =
"lowerEquals".freeze
MATCH_REGEX =
"matchRegex".freeze
BETWEEN =
"between".freeze
IS_EMPTY =
"isEmpty".freeze
NOT_IS_EMPTY =
"notIsEmpty".freeze

Method Summary

Methods included from BaseEnumModel

included