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