Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitch
Organization Switch Ports Transceivers Readings History By Switch
[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitch
- Inheritance
-
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitch
- Inherited Members
Constructors
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitch()
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitch()
Properties
Items
The top-level propery containing all digital optical monitorting data.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "items")]
public List<OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItem> Items { get; set; }
Property Value
Meta
Other metadata related to this result set.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "meta")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadata Meta { get; set; }