Property IsRequired
IsRequired
Gets or sets a value indicating whether this field is a required field (i.e. null is not allowed).
[JsonProperty]
public bool IsRequired { get; set; }
Property Value
- bool
true
if this is a required field; otherwise, false.