Table of Contents

Class OrganizationWirelessControllerAvailabilitiesChangeHistoryItemChange

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

Connectivity information of a wireless LAN controller

[DataContract]
public class OrganizationWirelessControllerAvailabilitiesChangeHistoryItemChange
Inheritance
OrganizationWirelessControllerAvailabilitiesChangeHistoryItemChange
Inherited Members

Constructors

OrganizationWirelessControllerAvailabilitiesChangeHistoryItemChange()

public OrganizationWirelessControllerAvailabilitiesChangeHistoryItemChange()

Properties

EndTs

The end time(UTC seconds) of the wireless LAN controller connectivity status change. This attribute is set to be null by default if there's no need to assign.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endTs")]
public string EndTs { get; set; }

Property Value

string

StartTs

The start time(UTC seconds) of the wireless LAN controller connectivity status change

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTs")]
public string StartTs { get; set; }

Property Value

string

Status

The wireless LAN controller connectivity status

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }

Property Value

string