Property AllowList
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
AllowList
The substrings which will be exempt from triggering the preset type. Maximum of 1000.
[JsonProperty("allow_list", NullValueHandling = NullValueHandling.Ignore)]
public List<string>? AllowList { get; set; }