Show / Hide Table of Contents

Class RealTimeData

Inheritance
System.Object
RealTimeData
Namespace: LymeTemplateApi.Models.Api
Assembly: LymeTemplateApi.Models.dll
Syntax
public class RealTimeData : object

Properties

MinClientVersion

Declaration
public string MinClientVersion { get; set; }
Property Value
Type Description
System.String

Motd

Declaration
public Motd Motd { get; set; }
Property Value
Type Description
Motd

NotificationCounts

Declaration
public ICollection<NotificationCount> NotificationCounts { get; set; }
Property Value
Type Description
ICollection<NotificationCount>

VersionInfo

Declaration
public AppVersionInfo VersionInfo { get; set; }
Property Value
Type Description
AppVersionInfo
In This Article
Back to top Generated by DocFX