Property Leader
Leader
The server name of the RAFT leader
[JsonPropertyName("leader")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Leader { get; set; }
The server name of the RAFT leader
[JsonPropertyName("leader")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Leader { get; set; }