Class Party
public class Party : IJsonModel<JsonParty>
- Inheritance
-
Party
- Implements
- Inherited Members
Constructors
Party(JsonParty)
public Party(JsonParty jsonModel)
Parameters
jsonModel
JsonParty
Properties
CurrentSize
public int? CurrentSize { get; }
Property Value
- int?
Id
public string? Id { get; }
Property Value
MaxSize
public int? MaxSize { get; }
Property Value
- int?