Skip to main content

ServerEventUser

Assembly: ServiceStack.Client.dll
View Source
Declaration
[DataContract]
public class ServerEventUser : IMeta

Properties

UserId

View Source
Declaration
public string UserId { get; set; }

DisplayName

View Source
Declaration
public string DisplayName { get; set; }

ProfileUrl

View Source
Declaration
public string ProfileUrl { get; set; }

Channels

View Source
Declaration
public string[] Channels { get; set; }

Meta

View Source
Declaration
public Dictionary<string, string> Meta { get; set; }

Implements