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
|
Pattern to match against. Default value: None
|
|
is_regex
|
If the pattern is a regex pattern. Default value: None
|