Class: Yext::Api::Enumerations::Validation

Inherits:
Object
  • Object
show all
Includes:
Concerns::EnumAll
Defined in:
lib/yext/api/enumerations/validation.rb

Overview

An enumeration class to contain the allowable values for the validation option on API calls.

Constant Summary collapse

STRICT =
"strict"
LENIENT =
"lenient"