Class RuleSet
RuleSet
public sealed class RuleSet
- Inheritance
-
RuleSet
- Inherited Members
Properties
BackendNodeId
backendNodeId
[JsonPropertyName("backendNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? BackendNodeId { get; set; }
Property Value
- long?
ErrorMessage
errorMessage
[JsonPropertyName("errorMessage")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ErrorMessage { get; set; }
Property Value
ErrorType
errorType
[JsonPropertyName("errorType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RuleSetErrorType? ErrorType { get; set; }
Property Value
Id
id
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
LoaderId
loaderId
[JsonPropertyName("loaderId")]
public string LoaderId { get; set; }
Property Value
RequestId
requestId
[JsonPropertyName("requestId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string RequestId { get; set; }
Property Value
SourceText
sourceText
[JsonPropertyName("sourceText")]
public string SourceText { get; set; }
Property Value
Url
url
[JsonPropertyName("url")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Url { get; set; }