Class FilterEntry
FilterEntry
public sealed class FilterEntry
- Inheritance
-
FilterEntry
- Inherited Members
Properties
Exclude
exclude
[JsonPropertyName("exclude")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Exclude { get; set; }
Property Value
- bool?
Type
type
[JsonPropertyName("type")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Type { get; set; }