Class OrganizationDevicesPacketCaptureFileDevice
One of the device(s) of the packet capture file
[DataContract]
public class OrganizationDevicesPacketCaptureFileDevice
- Inheritance
-
OrganizationDevicesPacketCaptureFileDevice
- Inherited Members
Constructors
OrganizationDevicesPacketCaptureFileDevice()
public OrganizationDevicesPacketCaptureFileDevice()
Properties
Name
Name of device
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Serial
The serial of the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }