Class Player
Player
public sealed class Player- Inheritance
- 
      
      Player
- Inherited Members
Properties
DomNodeId
domNodeId
[JsonPropertyName("domNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? DomNodeId { get; set; }Property Value
- long?
PlayerId
playerId
[JsonPropertyName("playerId")]
public string PlayerId { get; set; }