Property PeerId
PeerId
Peer ID of the peer to be removed. If specified this is used instead of the server name
[JsonPropertyName("peer_id")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? PeerId { get; set; }
Peer ID of the peer to be removed. If specified this is used instead of the server name
[JsonPropertyName("peer_id")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? PeerId { get; set; }