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