Property Mandatory
Mandatory
Whether the message is mandatory or not.
[JsonPropertyName("mandatory")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? Mandatory { get; set; }
Property Value
- bool?
Whether the message is mandatory or not.
[JsonPropertyName("mandatory")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? Mandatory { get; set; }