Share via


RaiBlocklistItemProperties Class

RAI Custom Blocklist Item properties.

Constructor

RaiBlocklistItemProperties(*, pattern: str | None = None, is_regex: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
pattern
str

Pattern to match against.

Default value: None
is_regex

If the pattern is a regex pattern.

Default value: None

Variables

Name Description
pattern
str

Pattern to match against.

is_regex

If the pattern is a regex pattern.