using Newtonsoft.Json; namespace PepperDash.Essentials.Room.Config { /// /// Represents a EssentialsHuddleVtc1PropertiesConfig /// public class EssentialsHuddleVtc1PropertiesConfig : EssentialsConferenceRoomPropertiesConfig { [JsonProperty("defaultDisplayKey")] /// /// Gets or sets the DefaultDisplayKey /// public string DefaultDisplayKey { get; set; } } }