Table of Contents

Class SplashLoginAttempts

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Splash login attempts

[DataContract]
public class SplashLoginAttempts
Inheritance
SplashLoginAttempts
Inherited Members

Properties

Authorization

Authorization

[DataMember(Name = "authorization")]
public string Authorization { get; set; }

Property Value

string

ClientId

Client id

[DataMember(Name = "clientId")]
public string ClientId { get; set; }

Property Value

string

ClientMac

Client mac

[DataMember(Name = "clientMac")]
public string ClientMac { get; set; }

Property Value

string

GatewayDeviceMac

Gateway device mac

[DataMember(Name = "gatewayDeviceMac")]
public string GatewayDeviceMac { get; set; }

Property Value

string

Login

Login

[DataMember(Name = "login")]
public string Login { get; set; }

Property Value

string

LoginAt

Login at

[DataMember(Name = "loginAt")]
public DateTime LoginAt { get; set; }

Property Value

DateTime

Name

Name

[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

Ssid

SSID

[DataMember(Name = "ssid")]
public string Ssid { get; set; }

Property Value

string