Table of Contents

Class OrganizationDevicesPacketCaptureFileDetail

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

string

ProductType

Product type this set of details belongs to

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "productType")]
public string ProductType { get; set; }

Property Value

string

Value

Value of the named detail

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "value")]
public string Value { get; set; }

Property Value

string