Class SetBlackboxPatternsCommandSettings
SetBlackboxPatterns
public sealed class SetBlackboxPatternsCommandSettings : ICommand- Inheritance
- 
      
      SetBlackboxPatternsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Patterns
Gets or sets the patterns
[JsonPropertyName("patterns")]
public string[] Patterns { get; set; }Property Value
- string[]
SkipAnonymous
Gets or sets the skipAnonymous
[JsonPropertyName("skipAnonymous")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? SkipAnonymous { get; set; }Property Value
- bool?