Table of Contents

Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStack

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

Information about the stack for which the switch is the active node

[DataContract]
public class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStack
Inheritance
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStack
Inherited Members

Constructors

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStack()

public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStack()

Properties

Id

ID of the switch stack

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

Property Value

string

Members

Information about the member devices in the switch stack

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "members")]
public List<OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMember> Members { get; set; }

Property Value

List<OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMember>

Name

Name of the switch stack

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

Property Value

string