JSONRegexFeature Class

Exported Model - A Pattern feature.

Inheritance
JSONRegexFeature

Constructor

JSONRegexFeature(*, pattern: Optional[str] = None, activated: Optional[bool] = None, name: Optional[str] = None, **kwargs)

Parameters

pattern
str
Required

The Regular Expression to match.

activated
bool
Required

Indicates if the Pattern feature is enabled.

name
str
Required

Name of the feature.