Property Timestamp
Timestamp
Whether the message should include a timestamp or not.
[JsonPropertyName("timestamp")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? Timestamp { get; set; }
Property Value
- bool?
Whether the message should include a timestamp or not.
[JsonPropertyName("timestamp")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? Timestamp { get; set; }