Class SplashLoginAttempts
Splash login attempts
[DataContract]
public class SplashLoginAttempts
- Inheritance
-
SplashLoginAttempts
- Inherited Members
Properties
Authorization
Authorization
[DataMember(Name = "authorization")]
public string Authorization { get; set; }
Property Value
ClientId
Client id
[DataMember(Name = "clientId")]
public string ClientId { get; set; }
Property Value
ClientMac
Client mac
[DataMember(Name = "clientMac")]
public string ClientMac { get; set; }
Property Value
GatewayDeviceMac
Gateway device mac
[DataMember(Name = "gatewayDeviceMac")]
public string GatewayDeviceMac { get; set; }
Property Value
Login
Login
[DataMember(Name = "login")]
public string Login { get; set; }
Property Value
LoginAt
Login at
[DataMember(Name = "loginAt")]
public DateTime LoginAt { get; set; }
Property Value
Name
Name
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Ssid
SSID
[DataMember(Name = "ssid")]
public string Ssid { get; set; }