Class OrganizationDevicesPacketCaptureFileDetail
Array of device specific details
[DataContract]
public class OrganizationDevicesPacketCaptureFileDetail
- Inheritance
-
OrganizationDevicesPacketCaptureFileDetail
- Inherited Members
Constructors
OrganizationDevicesPacketCaptureFileDetail()
public OrganizationDevicesPacketCaptureFileDetail()
Properties
Name
Name of detail
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
ProductType
Product type this set of details belongs to
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "productType")]
public string ProductType { get; set; }
Property Value
Value
Value of the named detail
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "value")]
public string Value { get; set; }