Class AddRuleCommandResponse
Response for AddRule
public sealed class AddRuleCommandResponse : ICommandResponse<AddRuleCommandSettings>, ICommandResponse
- Inheritance
-
AddRuleCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Rule
Gets or sets the rule
[JsonPropertyName("rule")]
public CSSRule Rule { get; set; }