Class OrganizationDevicesPacketCaptureFileNetwork
Network of the packet capture file
[DataContract]
public class OrganizationDevicesPacketCaptureFileNetwork
- Inheritance
-
OrganizationDevicesPacketCaptureFileNetwork
- Inherited Members
Constructors
OrganizationDevicesPacketCaptureFileNetwork()
public OrganizationDevicesPacketCaptureFileNetwork()
Properties
Id
ID of network
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Name
The name of the network
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }