Class ClientStatus
Fluxer entity with client attached.
public class ClientStatus : Entity, IClientStatus
- Inheritance
-
objectClientStatus
- Implements
Properties
Desktop
public string? Desktop { get; }
Property Value
Mobile
public string? Mobile { get; }
Property Value
Web
public string? Web { get; }
Property Value
Methods
Create(FluxerBaseClient, ClientStatusJson?)
Create a ClientStatus object from json.
public static ClientStatus? Create(FluxerBaseClient client, ClientStatusJson? json)
Parameters
clientFluxerBaseClientjsonClientStatusJson