Class SetRuleSelectorCommandResponse
Response for Modifies the rule selector.
public sealed class SetRuleSelectorCommandResponse : ICommandResponse<SetRuleSelectorCommandSettings>, ICommandResponse
- Inheritance
-
SetRuleSelectorCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
SelectorList
The resulting selector list after modification.
[JsonPropertyName("selectorList")]
public SelectorList SelectorList { get; set; }