Class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemNetwork
Information regarding the network the device belongs to
[DataContract]
public class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemNetwork
- Inheritance
-
OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemNetwork
- Inherited Members
Constructors
OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemNetwork()
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemNetwork()
Properties
Id
The network ID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Name
The name of the network
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Tags
List of custom tags for the network
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }