Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStack
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
Members
Information about the member devices in the switch stack
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "members")]
public List<OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMember> Members { get; set; }
Property Value
Name
Name of the switch stack
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }